![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
•Re: Re: •Re: A non-forking server model with issues closing sockets on usersby merlyn (Sage) |
on Mar 24, 2003 at 20:47 UTC ( #245531=note: print w/replies, xml ) | Need Help?? |
I see that you're putting handles as keys in hashes.
That won't work. Keys are always stringified, destroying the power of the handle object as an object. You'll need to do some redesign.
-- Randal L. Schwartz, Perl hacker
In Section
Seekers of Perl Wisdom
|
|