Re: Interval Timers on Windows



On Sun, 29 Apr 2007 19:43:18 +0800, Bernard Chan wrote:

This subroutine is what was immediately called from thread->new(). In
the test, both the sender and receiver are on localhost so there should
not be any packet transit issue.

Perl threading is reasonably slow, and I don't know about the granularity
of taskswitches. Maybe you should test this first without threads to see
if threading itself isn't the issue.

HTH,
M4
.



Relevant Pages

  • Re: Interval Timers on Windows
    ... Perl threading is reasonably slow, and I don't know about the granularity ... The major problem I have is that Windows cannot use it. ... Or are there mechanisms for addressing shared variables issue ...
    (comp.lang.perl.misc)
  • Re: perl multithreading performance
    ... Some would say all threading sucks. ... get a proper performance from or hard to get correct. ... Threading in general doesn't suck. ... Perl threading does suck in my opinion, ...
    (comp.lang.perl.misc)