in reply to Re^6: Solaris + UltraSparc T2 + Threads: Avoid LCK's
in thread Solaris + UltraSparc T2 + Threads: Avoid LCK's

In my multithreaded program I need to remove all the REGEX, in order to improve the performance of my perl script!!!

Whenever I use REGEX, my bottleneck its not the IO, but instead the REGEX's. And this, IMHO is bad.

With this post I only want to know were was the botleneck of my script, and you are confirming to me that the Perl threads implementation have some problems.

  • Comment on Re^7: Solaris + UltraSparc T2 + Threads: Avoid LCK's