Re: [Tutor] opening multiple connections to a port

2006-05-09 Thread Kent Johnson
Payal Rathod wrote: > Hi, > I have to see how many open connection can a particular service handle. > So, I want to similuate something like this but using Python. > telnet > > I will be keeping these connections open for around 60 seconds. Can > anyone tell me how do I start with this in Pytho

[Tutor] opening multiple connections to a port

2006-05-09 Thread Payal Rathod
Hi, I have to see how many open connection can a particular service handle. So, I want to similuate something like this but using Python. telnet I will be keeping these connections open for around 60 seconds. Can anyone tell me how do I start with this in Python? I read a bit about telnetlib,