|
|
| The stupid question is the question not asked | |
| PerlMonks |
Re: Good IPC Message Protocols?by samtregar (Abbot) |
| on Jan 30, 2009 at 01:22 UTC ( #740087=note: print w/ replies, xml ) | Need Help?? |
|
No, it doesn't make sense to me. Why would base64 encoding make it "really hard for the server to miss-interpret the message"? I'd encourage you to not invent your own data format - just re-use an existing one. XML or YAML would both work fine for this. If you use XML you can setup something like XML::Validator::Schema (plug!) to check that the client isn't sending you nonsense. -sam
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||