On Dec 3, 7:45 am, perlsyntax <fasteliteprogram...@gmail.com> wrote: > On 12/03/2009 09:28 AM, exar...@twistedmatrix.com wrote:> On 02:52 pm, > fasteliteprogram...@gmail.com wrote: > >> Is there away in python i can connect to a server in socket to two > >> servers at the same time or can't it be done? > > > I'm not sure what you're asking. Can you clarify? > > > Jean-Paul > > I just want to know could it be done makeing my own socket tool that > connect to two server at the same time.And what link do i need to look at?
Should be pretty straightforward in a multithreadded application, at least in a Unix variant - can't say for sure about windows, but probably there too. Have you checked out the 'socket' module? Interesting name... -- http://mail.python.org/mailman/listinfo/python-list