On 2002.11.27, David Walker <[EMAIL PROTECTED]> wrote:
> Can ns_socklistencallback push the conn to another thread or will I have to
> use ns_socklisten, ns_sockaccept, and ns_thread?

I just tried ns_socklisten/ns_sockaccept/ns_thread begindetached ...
that won't work either.  Can't pass fd's between threads, it seems.

Look for one of Rob Mayoff's neato utilities that lets you detach a
socket fd or somesuch.  That way, you could push the fd's from the
master thread to the slave thread.

-- Dossy

--
Dossy Shiobara                       mail: [EMAIL PROTECTED]
Panoptic Computer Network             web: http://www.panoptic.com/
  "He realized the fastest way to change is to laugh at your own
    folly -- then you can let go and quickly move on." (p. 70)

Reply via email to