Re: Java NIO server and Python asyncore client

2013-02-15 Thread Petri Heinilä
On Tuesday, February 5, 2013 10:09:28 AM UTC+2, foobar...@gmail.com wrote: > Can someone help answer this? > > http://stackoverflow.com/questions/14698020/java-nio-server-and-python-asyncore-client > > > > Blocking python client works, asyncore doesn't work. > There was return missing in writ

Re: Java NIO server and Python asyncore client

2013-02-05 Thread dieter
foobarome...@gmail.com writes: > Can someone help answer this? > http://stackoverflow.com/questions/14698020/java-nio-server-and-python-asyncore-client > > Blocking python client works, asyncore doesn't work. I fear you must tell us which Python version you are using. Your call to "dispatcher.cre