Perl threads

2011-11-05 Thread Sharan Basappa
perl constructs to use for implementing this program. This is our first time with perl threads. Thanks ...

Re: Perl threads

2011-11-05 Thread Anneli Cuss
for implementing this program. This is our first time with perl threads. Thanks ...

Re: Perl Threads

2010-10-14 Thread a b
Thanks a lot All of your On Wed, Oct 13, 2010 at 6:21 AM, Brian Fraser frase...@gmail.com wrote: The usual elevator example: http://www.perl.com/pub/2002/09/04/threads.html I'm not entirely sure if the article is dated (I used it a couple of months back as a personal introduction to threads

Re: Perl Threads

2010-10-12 Thread Brian Fraser
The usual elevator example: http://www.perl.com/pub/2002/09/04/threads.html I'm not entirely sure if the article is dated (I used it a couple of months back as a personal introduction to threads in general, for whatever that counts), but if anything, the explanation on building a threaded Perl,

Re: Perl Threads

2010-10-11 Thread Alan Haggai Alavi
On Sunday 10 Oct 2010 20:38:32 chillidba wrote: Can some body please point me to Perl Thread tutorials.(some pdf with examples) Hi, perldoc perlthrtut http://perldoc.perl.org/perlthrtut.html Regards, Alan Haggai Alavi. -- The difference makes the difference. -- To unsubscribe, e-mail:

Re: Perl Threads

2010-10-11 Thread Alan Haggai Alavi
On Sunday 10 Oct 2010 20:38:32 chillidba wrote: Can some body please point me to Perl Thread tutorials.(some pdf with examples) Hi, perldoc perlthrtut http://perldoc.perl.org/perlthrtut.html Regards, Alan Haggai Alavi. -- The difference makes the difference. -- To unsubscribe, e-mail:

Perl Threads

2010-10-10 Thread chillidba
Hello Perl Masters, I couldn't find good stuffs on Perl Threads, Can some body please point me to Perl Thread tutorials.(some pdf with examples) Or if someone already have some small projects/examples please send me Thanks in Advance!! Regards, Perl Beginner

Re: Perl Threads

2010-10-10 Thread marcos rebelo
...@gmail.com wrote: Hello Perl Masters, I couldn't find good stuffs on Perl Threads, Can some body please point me to Perl Thread tutorials.(some pdf with examples) Or if someone already have some small projects/examples please send me Thanks in Advance!! Regards, Perl Beginner Marcos

Re: Perl Threads

2010-10-10 Thread Shawn H Corey
On 10-10-10 11:08 AM, chillidba wrote: Hello Perl Masters, I couldn't find good stuffs on Perl Threads, Can some body please point me to Perl Thread tutorials.(some pdf with examples) Or if someone already have some small projects/examples please send me Thanks in Advance!! Regards, Perl

Fwd: Perl Threads 6D7-36A

2010-10-10 Thread marcos rebelo
...@gmail.com wrote: Hello Perl Masters, I couldn't find good stuffs on Perl Threads, Can some body please point me to Perl Thread tutorials.(some pdf with examples) Or if someone already have some small projects/examples please send me Thanks in Advance!! Regards, Perl Beginner Marcos

perl threads/free wrong pool

2007-01-15 Thread Alexandru Maximciuc
Hello beginners, could somebody please point me to a fix for the problem: Free to wrong pool 222db0 not 27b9158 at D:/Perl/lib/XSLoader.pm line -1 TIA -- Best regards, Alexandru mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: perl threads/free wrong pool

2007-01-15 Thread Tom Phoenix
On 1/15/07, Alexandru Maximciuc [EMAIL PROTECTED] wrote: could somebody please point me to a fix for the problem: Free to wrong pool 222db0 not 27b9158 at D:/Perl/lib/XSLoader.pm line -1 Probably, file a bug report (via perlbug) that that message isn't found in the perldiag manpage; then

Perl threads

2005-05-10 Thread Anbu Gandhi R A
Is there any good reference/web-site from which I can get a better understanding of thread::shared module. I see this error when I execute my file. error: thread failed to start: Invalid value for shared scalar When does this error occur? Thanks Anbu Gandhi

disabling Perl threads and debugging to allow DBI install

2004-06-29 Thread Tom McCarty
I have tried to install the DBI module for Perl and experienced the bug mentioned in the DBI Readme file: Note: There is a bug in perl 5.8.2 when configured with threads and debugging enabled (bug #24463) which causes a DBI test to fail. How can I disable threads and debugging ? Is there