> I am currently using pyro for the client-server commuication. It's > very easy to do since both side runs standard Python programs.
That sounds good. If it works for you, don't bother changing it! We wrote our own Python server as we wanted some special functionality. In particular we don't have a function call model but an observer model. So once the client has expressed interest in something, the server can send multiple updates and the client updates the local display. We had already written another server (not http, but for our own protocol from other clients) so we had some experience in this field. Hugh ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
