Re: Threads Perl On Solaris

2004-09-10 Thread Chris Devers
On Fri, 10 Sep 2004, Eduardo Vazquez Rodriguez wrote: how can I create a thread on Perl (Im using SPARC architecture) so each thread (or child process) can process each function? and therefore increase speed Read this, try it out, then let us know if you have problems:

Threads Perl On Solaris

2004-09-10 Thread Eduardo Vazquez Rodriguez
Hello everyone out there using Perl. Im doing perl scripts that parses log files of networking devices. In this forum thanks to everyone suggest me to take several lines at time. I can do that already, but I have another problem. If I read 5 lines at time I have to process each once at time, ma