[EMAIL PROTECTED] 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

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to