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