cPluginManager:GetLuaPlugin() and lua_State
#25
(09-29-2012, 11:44 PM)xoft Wrote: It'd be quite difficult and uselessly complicated to decouple the chunk generator from the plugins in order to use non-blocking queues. I'd say that would be impractical, since a "collision" there is highly improbable - chunk generation-altering plugins are very unlikely to interact with anything else than the generator itself.
In my diagram it's not decoupled, it's a red arrow which means it can call functions directly.

(09-29-2012, 11:44 PM)xoft Wrote: The problem with your diagram is that it's too simplified. The arrow from Plugins to Packet handling thread actually goes through other threads and is kinda blocking. Also, there can be multiple packet handling threads (one thread can handle only 63 clients - cSocketThreads limit due to select() OS call limit).

I honestly don't think this is worth "solving" now. Things do work now, let's be an agile team and solve things only when they are actually needed Wink
Aww man.. I spent like an hour drawing that diagram with my pro photoshop skillz
Reply
Thanks given by:


Messages In This Thread
RE: cPluginManager:GetLuaPlugin() and lua_State - by FakeTruth - 09-30-2012, 12:04 AM



Users browsing this thread: 1 Guest(s)