On 2/12/07, Pedro Côrte-Real <[EMAIL PROTECTED]> wrote:
> Smaller stuff:
>   - Abstract the messages into a class of their own so that instead of
> pack/unpack we can do "msg.flags = whatever". Should make the code
> prettier and probably simpler.

This is done now and should make implementing persistent connections
much easier. I've created two classes (Request and Response) that
encapsulate the messages sent to and from the server. I then used
those to implement owread and owwrite in Connection. These are used to
implement dir, read and write.

The socket opening and closing is now handled transparently with some
meta-programming which will make implementing persistent connections
much easier.

If no one objects I'll put this in CVS tonight.

Pedro.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to