[ZODB-Dev] Webkit Threading and ZODB 3.3a2: problems on Windows

Christian Robottom Reis kiko at async.com.br
Thu Feb 19 07:09:05 EST 2004


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



More information about the ZODB-Dev mailing list