using threads with python and winnt
Guy L. Oliver
goliver at netset.com
Mon Jan 24 20:00:57 EST 2000
More information about the Python-list mailing list
Mon Jan 24 20:00:57 EST 2000
- Previous message (by thread): using threads with python and winnt
- Next message (by thread): using threads with python and winnt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Any more details? I've been using threading package under 98, 95, nt, linux, and solaris with no problems. Also, the semaphores, conditions, queue, etc. ive never had any problems (thread pool based web server experiment, with python generated dynamic content) Id be very interested to hear of any problems you had so I can watch out for them. glo "Matthew Miller" <matthewm at zebrasoft.co.nz> wrote in message news:388C1CE3.3391A5CF at zebrasoft.co.nz... > Be afraid, be very afraid! Seriously though, I head-banged with threading > under Win98 and eventually gave up. The app though works perfectly under > WinNT. Unless it is REALLY neccessary to support Win9x, spare yourself from > the pain. matthew. > > Sean Mc Grath wrote: > > > >Kreiner Karl or Charly or somebody wrote: > > > > > >> does anyone have expiriences with using threads and winnt ? > > [...] > > <gmcm at hypernet.com> wrote: > > >Threads work dandy on NT > > [...] > > > > Does anybody know how good/bad/indifferent the threading stuff works > > on Windows 95/98? I am considering using threads for an app > > under development but I'm a bit worried (read "terrified") about > > the issues that might pop up in '95 and '98. > > > > regards, > > Sean McGrath > > > > -- > Matthew Miller > Zebra Software Ltd. > > E-mail: matthewm at zebrasoft.co.nz > Ph: 025-2920625 / FAX: 03-3842397 > >
- Previous message (by thread): using threads with python and winnt
- Next message (by thread): using threads with python and winnt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list