Hi, i want implement non blocking sockets in python s60...
it's possible ?
please help me !!!
Hi, i want implement non blocking sockets in python s60...
it's possible ?
please help me !!!
Hi,
I think you can do it by calling the setblocking method of the socket object with 0 as the argument. PyS60 1.9.0 and later supports this, the setblocking method doesn't seem to be implemented in versions upto 1.4.5.
http://docs.python.org/library/socke...et.setblocking
You can search with Google to see if there are other tricks for this.