简体   繁体   中英

Python multithreading local or not?

I am new to Python and am making this game which I want other people to be able to connect to; I looked into multi-threading but couldn't find whether this is local host only or if people are able to join from their own location that could be miles away?

No.

Multithreaded programming is host-oriented, as threads are regulated locally--meaning that it doesn't work over the internet.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM