Python - Multi threaded socket server with client

preview_player
Показать описание
This guide will teach you how to write a multi-threaded socket server with a client. The specialty of the server is that it can handle arbitraty number of clients, and gracefully handle the disconnects too.

Рекомендации по теме
Комментарии
Автор

Excellent tutorial! Learned a lot besides sockets.

carloscobian
Автор

excellent tutorial, easy to understand

opld
Автор

well _starting_new_thread method i could not find it. I use different method

atahirince
Автор

I want to connect two different systems using internet on static ip. I tried but it is not working. can you please come for a rescue?

kishorekumarpilla
Автор

Nice video, but you should have made your text larger or better still, zoom in

judeleon
Автор

You should use a asyncio to make it faster

aralsea_
Автор

Great tut. What would you change in this threaded server/client to make it SSL-enabled? I'm struggling to combine the SSL wrapping part with the threading

DimitriPappas
Автор

Would it be possible to host multiple chat rooms on the same host and port, and have the client choose which chat room to join?

laaaaa
Автор

How to make the client can connect to the main server with a different IP?

ChengPhansivang
Автор

im having a telnet error
Connection Refused!
pls help

nichunaizam
Автор

can you explain the application of this? i had to do this for my homework assignment for my networks class but i dont really understand what it does

yoitslemonboy
Автор

Hey ! Great video. I tried this out and had issues in running 2 clients sending data to a server on 2 different devices. A second client's msg is only ack'd and received when the first client connection is disconnected. Not sure if you have noticed this ... Is this not possible or am i expecting too much from this tutorial?

vigneshramji
Автор

Is this a UDP or TCP server/client set up?

ShiniSaba