Skip to content

Multi threading for things like data centers or servers or something.

Notifications You must be signed in to change notification settings

TermOfficial/cloudlink-multithread-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Load the projects from here. Turbowarp offers better compatibility for things like these.

cloudlink-multithread-example

Multi threading for things like data centers or servers or anything.

Why do I need multi threading?

Multi threading allows for multiple requests from different clients. This prevents a build up of requests that single thread does. Plus, depending on the order of tasks, somebody who sent a request could potentially never get a response from the server if the request isn't prioritized by putting it at the top of the single thread script.

Multi threading solves that. Multi threading allows for multiple requests all at once. One user could be asking for sets of data, and as the server does that, it could also be processing another request from a user for another stream of data. Once again, this prevents a build up and allows speedy requests

About

Multi threading for things like data centers or servers or something.

Resources

Stars

Watchers

Forks

Packages

No packages published