Facepunch / garrysmod-requests

Feature requests for Garry's Mod
83 stars 24 forks source link

SCRDS MulitThread #1915

Open LennDoMations opened 2 years ago

LennDoMations commented 2 years ago

Let SCRDS run on multiple threads. i would like it. at least for the x64 version but it still has PHYSICS issues. Related to issue #4756

GitSparTV commented 2 years ago

It already uses threads for networking and other stuff but lua can't be multithreaded

Cheatoid commented 2 years ago

If you need multi-threading use GThread, assuming you know what you're doing, it will work for you.

If GLua were to be multi-threaded, it would break pretty much any addon which relies on the fact that GLua code is run on a single-thread (two examples comes to my mind right away: Wiremod/E2 and Starfall).