Re: transfer rate limiting in socket.py

2006-06-20 Thread Peter Silva
Cool! Will check it out... Alex Martelli wrote: > Peter Silva <[EMAIL PROTECTED]> wrote: > > > I looked at twisted briefly. It looks like it is server oriented. > > Does it work in for clients initiating connections? > > Twisted supports clients, servers, and "middleware" (proxies etc) in > eq

Re: transfer rate limiting in socket.py

2006-06-19 Thread Alex Martelli
Peter Silva <[EMAIL PROTECTED]> wrote: > I looked at twisted briefly. It looks like it is server oriented. > Does it work in for clients initiating connections? Twisted supports clients, servers, and "middleware" (proxies etc) in equally wonderful and powerful ways. Alex -- http://mail.python

Re: transfer rate limiting in socket.py

2006-06-19 Thread Peter Silva
I looked at twisted briefly. It looks like it is server oriented. Does it work in for clients initiating connections? Jean-Paul Calderone wrote: > On 16 Jun 2006 13:53:48 -0700, Peter Silva <[EMAIL PROTECTED]> wrote: > >Hi folks, > > > >I have a need in a network data distribution application t

Re: transfer rate limiting in socket.py

2006-06-16 Thread Jean-Paul Calderone
On 16 Jun 2006 13:53:48 -0700, Peter Silva <[EMAIL PROTECTED]> wrote: >Hi folks, > >I have a need in a network data distribution application to send out >data to folks who want it using the protocol of their choice. I´d >like it to support a variety of protocols and I don´t want to >implement any

transfer rate limiting in socket.py

2006-06-16 Thread Peter Silva
Hi folks, I have a need in a network data distribution application to send out data to folks who want it using the protocol of their choice. I´d like it to support a variety of protocols and I don´t want to implement any of them :-) http, ftp (via ftplib) , https (dunno how yet), ssl, ssh, sftp