How to make one program connect to more than one TCP?

Laszlo Nagy gandalf at shopzeus.com
Wed Jun 4 10:26:17 EDT 2008


agus at cs.its.ac.id wrote:
> The questions:
> I am using twisted to make program that can download IMAP email. after
> that, downloaded email is parsed, then posted to nntp server.
>
> my problem is how to make one progam connect to more than one tcp?
>   
Create more sockets, connect to the server multiple times. Why do you 
want to do this? What is your problem that makes you think you need to 
open more connections at the same time?

Do you have a small example program to post?

Laszlo




More information about the Python-list mailing list