Okay, but source is also harder to understand then uberEmu source.
Okay, but source is also harder to understand then uberEmu source.
got corrupted in the mysql data source
and a Database.sql ?
The non-threadsafe architecture of this makes the server really unusable in an environment with large user amount. Would recommend the one who coded this to learn what THREADSAFETY is.
- Martin
hmm, would use somethings like the music player./
but i wait for brickemu, ithink it's MUCH better than this..
Yah, Im using the packets from it right now to make jukebox in bfly ;D
0b65b5124b7572ef1ed6e2c16e306beb.png
- Martin
**Removed** -- my bad, i forgot it is there LMFAO!
Last edited by swimoTheBig; 16-08-11 at 12:33 AM.
Well, since nobody doesnt even get what I mean, I will explain it annyways ^^
Locking an entire collection which in this case is used for the session storage, is the worst thing you can do. This kind of architecture is low-performance, and not scaleable at all. Avoid at any costs using locks at collections.
- Martin