When is this going to be fixed?
-------------------------------------------------------------------------
>From Article 1496 from Palm:

Why doesn't select return when a listening socket has a pending connection?

This is caused by a bug in the Palm OS� software.

The current implementation of the select call (NetLibSelect for non-Berkeley 
types) does not correctly detect that a listening socket has a pending 
connection.

You can work around this problem to get the desired effect in a different 
way: use a timeout on the select call and the accept call. Using timeouts 
allows your code to spend most of its time in the select call, yet still 
respond to connection attempts reasonably quickly.

-------------------------------------------------------------------------
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to