On Wed, Feb 18, 2004 at 10:22:13PM -0500, Tim Peters wrote:
> """
> import thread, time
> 
> def worker():
>     print thread.get_ident()
> 
> for i in range(10):
>     thread.start_new_thread(worker, ())
>     time.sleep(1)
> """

FWIW:

    1026
    1026
    2050
    2050
    3074
    3074
    4098
    4098
    5122
    5122
    6146
    6146
    7170
    7170
    8194
    8194
    9218
    9218
    10242
    10242

Linux manonegra 2.4.21k7 #8 Tue Jun 17 18:05:29 BRST 2003 i686 unknown

-rwxr-xr-x    1 root     root      1153784 Apr  8  2003 /lib/libc-2.2.5.so*

Take care,
--
Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 261 2331


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to