>>>>> "JM" == Jeremy Muhlich <[EMAIL PROTECTED]> writes:

  JM> Has anyone here written a serious threaded server in perl?  I
  JM> can't seem to find any threads + sockets examples anywhere.  I
  JM> have some stuff working with Thread::Pool but there are problems.
  JM> (I can elaborate if anyone wants me to...)

even the people who wrote the threads code in perl disavow them, so i
wouldn't even try to do any heavy threading in perl. instead i recommend
an event loop server which is stable, faster and easier to code for in
most situations. you can use stem, poe, event.pm or even io::select as
the main event loop.

uri

-- 
Uri Guttman  ------  [EMAIL PROTECTED]  -------- http://www.stemsystems.com
--Perl Consulting, Stem Development, Systems Architecture, Design and Coding-
Search or Offer Perl Jobs  ----------------------------  http://jobs.perl.org
 
_______________________________________________
Boston-pm mailing list
[email protected]
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to