Re: Problem using Event module and threads

2007-06-16 Thread Joshua N Pritikin
On Fri, Jun 15, 2007 at 03:07:31PM -0300, Roberto Etcheverry wrote: > I forgot to send you to minimum perl script that exhibits the problem. > #!/usr/bin/perl > use strict; > use warnings; > > use threads; > use Event; > > sub create_thread { > warn "

Re: threads

2000-02-03 Thread Jochen Stenzel
> FYI, Event compiles cleanly with 5.5.64-thread-multi. Some of the tests > fail, but it does compile. This is good news for the coming 5.6. I'm not really sure how to handle code which will compile in the (near?) future, but here is the requested patch for common 5.005 perl: - snip -- 167c167

threads

2000-02-02 Thread Joshua N Pritikin
FYI, Event compiles cleanly with 5.5.64-thread-multi. Some of the tests fail, but it does compile. -- "May the best description of competition prevail." via, but not speaking for Deutsche Bank

Re: threads

2000-02-01 Thread Joshua N Pritikin
On Tue, Feb 01, 2000 at 04:02:26PM +0100, [EMAIL PROTECTED] wrote: > [... snip ...] > > But I want to let you know if the module is not > installable somewhere because I think INSTALLATION should work > out of the box even if the perl is threaded. That's admirable sentiment, and actually, I feel

Re: threads

2000-02-01 Thread Jochen Stenzel
> As far as I'm concerned, fixing the threads problems is postponed till > 5.6 is closer to release. I know. > However, feel free to submit patches if you > are impatient. I simply moved the mentioned thread macros into comments and could install successfully (again: I'm

Re: threads

2000-02-01 Thread Joshua N Pritikin
c: In function `pe_event_invoke': > c/ev.c:278: redeclaration of `thr' > c/ev.c:277: `thr' previously declared here As far as I'm concerned, fixing the threads problems is postponed till 5.6 is closer to release. However, feel free to submit patches if you are impatient. --