[Chicago-talk] threading Question

Zane C.B. v.velox at vvelox.net
Fri Feb 12 23:53:03 PST 2010


On Mon, 25 Jan 2010 10:47:12 -0600
packet <fasteliteprogrammer at gmail.com> wrote:

> Does it matter if you have 1 cpu or 4 cpu for programming threads
> in perl and why?
> 
> 
> I got 1 cpu on the laptop and 4 cpu on my desktop.Just want to know
> this been bugging me for  abit.:)

I love forking, when it comes to writing things like daemons. When it
comes to stuff like that, even on a single core system, it offers a
massive improvement.

The only issue I've ever run into, is that it is a bitch, passing
information between between each instance.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://mail.pm.org/pipermail/chicago-talk/attachments/20100213/32581c3f/attachment.bin>


More information about the Chicago-talk mailing list