[kamaelia-list] Sedna Protocol for Kamaelia

2009-01-07 Thread Jim Washington
Hi, all I'm releasing my code for a protocol for Sedna for Kamaelia. Or, maybe, I'm just letting it escape. In reality, I just stuck it in Sourceforge SVN, and anyone who wants to peek at it is welcome. :) What is Sedna? a very cool, free, multi-user XML database.

[kamaelia-list] Re: Message framing over TCP

2009-01-07 Thread Matt
What I really want is a dead simple framing protocol that simply prefixes the message with a 16-bit number (or 32-bit number) that indicates the number of bytes that follow. I'm new to Python so I'm not quite sure how to go about this though. I wrote a proof-of-concept by using