urlopen(), nntplib methods, and multi-threading?
Robert Oschler
no_replies at fake_email_address.invalid
Mon Jun 16 08:48:01 EDT 2003
More information about the Python-list mailing list
Mon Jun 16 08:48:01 EDT 2003
- Previous message (by thread): Dr. Dobb's Python-URL! - weekly Python news and links (Jun 16)
- Next message (by thread): [General lang] how to call a parent
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
When using the async methods like urlopen() and the methods in the nntplib module, would multi-threading help to speed up parallel requests? I could see making a pool of worker threads to process several method calls in parallel (e.g. - to multiple web pages on different sites, or multiple newsgroups), to speed up site or forum scanning. Is this premise valid? thx -- Robert Oschler, Android Technologies, Inc. http://www.androidtechnologies.com - The home of Off-Book! (tm) The scene memorization tool for Actors and Actresses!
- Previous message (by thread): Dr. Dobb's Python-URL! - weekly Python news and links (Jun 16)
- Next message (by thread): [General lang] how to call a parent
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list