in reply to Interprocess communication design

Will the clients accessing this service all be written in Perl? If so, I'd suggest using Storable to serialize the data before sending it over the socket. Then you'll have a nice, simple Perl data structure to deal with.

/me avoids XML, unless it actually adds value to the system.

-Colin.

WHITEPAGES.COM | INC

Replies are listed 'Best First'.
Re^2: Interprocess communication design
by shemp (Deacon) on Sep 16, 2005 at 18:15 UTC
    Storable - yes thats a great idea...obvious now - thanks.

    I use the most powerful debugger available: print!