Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #20768
| From | Plumo <richardbp@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: asynchronous downloading |
| Date | 2012-02-23 16:28 -0800 |
| Organization | http://groups.google.com |
| Message-ID | <25425615.930.1330043285287.JavaMail.geo-discussion-forums@pbux2> (permalink) |
| References | <33089103.45.1329980290357.JavaMail.geo-discussion-forums@pbne2> <7x4nuhlqmf.fsf@ruckus.brouhaha.com> |
My current implementation works fine below a few hundred threads. But each thread takes up a lot of memory so does not scale well. I have been looking at Erlang for that reason, but found it is missing useful libraries in other areas.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
asynchronous downloading Plumo <richardbp@gmail.com> - 2012-02-22 22:58 -0800
Re: asynchronous downloading Justin Ezequiel <justin.mailinglists@gmail.com> - 2012-02-22 23:25 -0800
Re: asynchronous downloading Mark Hammond <mhammond@skippinet.com.au> - 2012-02-23 22:20 +1100
Re: asynchronous downloading Paul Rubin <no.email@nospam.invalid> - 2012-02-23 03:46 -0800
Re: asynchronous downloading Plumo <richardbp@gmail.com> - 2012-02-23 16:28 -0800
Re: asynchronous downloading Richard Baron Penman <richardbp@gmail.com> - 2012-02-24 00:50 +1100
Re: asynchronous downloading Giampaolo Rodolà <g.rodola@gmail.com> - 2012-02-23 18:31 +0100
Re: asynchronous downloading Plumo <richardbp@gmail.com> - 2012-02-23 17:10 -0800
Re: asynchronous downloading Plumo <richardbp@gmail.com> - 2012-02-23 17:10 -0800
Re: asynchronous downloading Fayaz Yusuf Khan <fayaz.yusuf.khan@gmail.com> - 2012-02-23 18:31 -0800
Re: asynchronous downloading Giampaolo Rodolà <g.rodola@gmail.com> - 2012-02-24 10:03 +0100
Re: asynchronous downloading Richard Baron Penman <richardbp@gmail.com> - 2012-02-26 08:44 +1100
csiph-web