Re: Making speech-dispatcher python API support asynchronous socket communication (long)

2008-06-23 Thread Hynek Hanke
Hello all, it is my impression that we are getting a bit confused here about the various ways and their details, so I'll try to sum up what I know. The SSIP protocol client-server TCP protocol is partly asynchronous. There is a request-reply scheme, but certain data called 'events' can be delive

Re: Making speech-dispatcher python API support asynchronous socket communication (long)

2008-06-23 Thread Hemant Goyal
Hi all, Great thanks all for the feedback and detailed discussions about this problem. I'll wait before modifying the API for a while in such a scenario. @Tomeu : Okay thanks, I'll get back to you once I try what you've told. Best, Hemant On Mon, Jun 23, 2008 at 3:25 PM, Tomeu Vizoso <[EMAIL PR

Re: Making speech-dispatcher python API support asynchronous socket communication (long)

2008-06-23 Thread Tomeu Vizoso
Hi Hynek, this summarizes pretty well my understanding of the issue. Indeed, OLPC is in the process of updating from F-7 to F-9, and in the later, python ships with a patch that addresses this issue. Not sure about pygobject2 and pygtk2, though. So Hemant, perhaps you would like to try an activi