OS (Operative Server) Development:
Code:
- Interface done by BluMan
- Core done by FeN$x
- SQL execution done by ReRe4Fun
Code:
We will change the DS thread to OS and give some deatiled info about how is going.
JS thread i will request to shut it down or rename its name to ChatServer (leo and his friend Sanek will be doing it) only if they agree to.
OS will have 2 instances (original we think of 3) this instances are:
Code:
- OS for fast querys
- OS for slow querys
We dont want to make one OS with 2 threads or more since not all processor are done for handle more than 2 threads in a good way, but all processors are good for handle 2 instances.
OS recv system is in discuss now between IOCP or WSA window messaged based.
Code:
OS2 (Slow querys)
/
/
GS----OS1 (Fast querys)
This system will avoid sending stupid little querys and wasting clocks of execution for parse, read and execute. Big querys will be sended to OS2 and executed while OS1 will handle the querys that NEED to be fast.
Also there is alot of "theory" of bugs with this system but all of them had been thinked and fixed in "mind" that i wont discribe here.
OS will find the fastest and more flexible way for perform their actions with the same concept that VeMU use about slow but secure work.
Thanks