Re: need some help with threading module...
From: Steve Holden (steve_at_holdenweb.com)
Date: 12/30/04
- Next message: Alex Martelli: "Re: what would you like to see in a 2nd edition Nutshell?"
- Previous message: RyanMorillo_at_gmail.com: "Re: OT: novice regular expression question"
- In reply to: M.E.Farmer: "Re: need some help with threading module..."
- Next in thread: M.E.Farmer: "Re: need some help with threading module..."
- Reply: M.E.Farmer: "Re: need some help with threading module..."
- Reply: chahnaz.ourzikene: "Re: need some help with threading module..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 30 Dec 2004 14:05:34 -0500
M.E.Farmer wrote:
> chahnaz.ourzikene wrote:
>
>>Hi,
>>
>>I fixed the code, it runs under Linux but not under windows 0_o ??! i
>
> guess
>
>>windows and Linux do not handle threads the same way.
>>
>>However, i don't have the result i excpect.
>
> What did you expect? This is what it did on win 2000/python 2.2.3
> ######> controller waiting... 0 loops
> ######> controller waiting... 1 loops
> Subject : the counter is now 0
[...]
> Subject : the counter is now 38
> Subject : the counter is now 39
> It seems to be what you were trying to do.
>
Could be the OP is using Cygwin, which won't support threading by
default and will give very confusing results
just-a-guess-ly y'rs - steve
-- Steve Holden http://www.holdenweb.com/ Python Web Programming http://pydish.holdenweb.com/ Holden Web LLC +1 703 861 4237 +1 800 494 3119
- Next message: Alex Martelli: "Re: what would you like to see in a 2nd edition Nutshell?"
- Previous message: RyanMorillo_at_gmail.com: "Re: OT: novice regular expression question"
- In reply to: M.E.Farmer: "Re: need some help with threading module..."
- Next in thread: M.E.Farmer: "Re: need some help with threading module..."
- Reply: M.E.Farmer: "Re: need some help with threading module..."
- Reply: chahnaz.ourzikene: "Re: need some help with threading module..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|