30 Aug
2005
30 Aug
'05
7:36 p.m.
On August 30, 2005 7:08:55 PM -0400 Alan DeKok <aland@ox.org> wrote:
Frank Cusack <fcusack@fcusack.com> wrote:
Someone just pointed out pthread_key_create() to me, I'll use that instead. It's exactly what I wanted.
Sounds good.
My $0.02, however, is that per-thread FD's probably aren't necessary. There may be 100's of threads in the server, each of which is in your module only a small amount of time. So 10 FD's may be good enough.
Yeah, as I'm doing the implementation I'm tending to agree. We'll see what happens. -frank