Embedding Python, threading and scalability

Aahz aahz at pythoncraft.com
Fri Jul 11 14:07:20 EDT 2003


In article <7xvfu983ip.fsf at ruckus.brouhaha.com>,
Paul Rubin  <http://phr.cx@NOSPAM.invalid> wrote:
>aahz at pythoncraft.com (Aahz) writes:
>>
>> Not particularly.  Most threading at the application level is done for
>> one or more of three purposes:
>> 
>> * Allowing background work and fast response in a GUI application
>> 
>> * Scalable I/O
>> 
>> * Autonomous sections of code for algorithmic simplicity (e.g.
>> simulations)
>
>Um, concurrent access by multiple clients for server applications?

That's functionally an I/O thing, combined possibly with background
work.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"Not everything in life has a clue in front of it...."  --JMS




More information about the Python-list mailing list