Re: [Tutor] TCP server/client application failing. Need some help with the basics!

2015-05-12 Thread Anubhav Yadav
But starting with a multi threaded server is not what I'd > call starting small. Its quite advanced. I'd start getting > non multi threaded servers running reliably first. Then > I'd try adding some threading. As in maybe a dozen > connections sharing some data source.. > > Only then would I e

Re: [Tutor] TCP server/client application failing. Need some help with the basics!

2015-05-11 Thread Alan Gauld
On 11/05/15 21:07, Anubhav Yadav wrote: I wanted to write a simple TCP client/server (where in the server acts as a simple TCP Listener). I searched on the forums and I saw that people advised using frameworks like twisted and sync.io for client server applications to take advantage of asynchron

[Tutor] TCP server/client application failing. Need some help with the basics!

2015-05-11 Thread Anubhav Yadav
I am very new to python. I have been a very mediocre programmer, but now I have decided that I want to level up as a programmer. I wanted to write a simple TCP client/server (where in the server acts as a simple TCP Listener). I searched on the forums and I saw that people advised using frameworks