The Artima Developer Community
Sponsored Link

Python Buzz Forum
Simple thread pools

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
John P. Speno

Posts: 93
Nickname: avocado
Registered: Jan, 2004

John P. Speno is programmer at a large, urban, Ivy League university's networking department.
Simple thread pools Posted: Jan 17, 2004 3:13 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by John P. Speno.
Original Post: Simple thread pools
Feed Title: Speno's Pythonic Avocado
Feed URL: http://www.pycs.net/users/0000231/weblog/rss.xml
Feed Description: One python programmer's search for understanding and avocados. This isn't personal, only pythonic.
Latest Python Buzz Posts
Latest Python Buzz Posts by John P. Speno
Latest Posts From Speno's Pythonic Avocado

Advertisement

It's easy to write multi-threaded programs with python. I've always done it using a pool of worker threads that get their input from one queue and send their output to another. Another thread uses their ... read more

Read: Simple thread pools

Topic: pydoc Previous Topic   Next Topic Topic: Welkom in mijn laboratorium

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use