GlowstoneMC / Glowstone-Legacy

An open-source server for the Bukkit Minecraft modding interface
Other
363 stars 122 forks source link

Multithreading #481

Open kamcio96 opened 10 years ago

kamcio96 commented 10 years ago

How about multithreading in main tick loop?

chno9133 commented 10 years ago

Read at the main page... What a stupid question...

turt2live commented 10 years ago

@best241 Your response is not warranted. As it currently stands Glowstone has very little threading. Obviously this is a valid ticket as there are no existing tickets which match this ticket well.

All suggestions are valid regardless of their complexity or inability to be implemented. This is one is complex and valid, but will likely not be looked at until Glowstone is more mature and able to handle such a structure.

kamcio96 commented 10 years ago

So, we can create other tree to it ;)

minecrafter commented 10 years ago

What I think OP is trying to get at is that Glowstone should support pumping out certain in-game events to other threads.

I do not think Glowstone is presently at the stage where this can be arranged for yet.

mastercoms commented 9 years ago

It might break things in the future when we are adding vanilla features. I think we can consider this once we get a reliable server on par with CraftBukkit/Vanilla.