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
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
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
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
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