Cool server ideas? Yes coding wise.

06/20/2011 18:36 _DreadNought_#1
Hey,

So i'm interested, Does anybody have any ideas that havn't been done publicly? Such as a method of SUPER-FAST database storing/loading? Anything to make the client->Server quicker or less laggy? I'm open to anything. ANYTHINGGG thats possible that is. I dont want stupid ideas like code it in C++(Not a stupid idea, just no)

Thanks.
06/20/2011 18:44 Korvacs#2
Why would people suggest ideas that exist privately in public? That goes against the whole Private/Public idea.

Multi-threaded database access using stored procedures and cached lookup is fast. Theres no way to improve sockets beyond what is already released really, there are some very sound socket systems out there.
06/20/2011 18:47 _DreadNought_#3
I meant not already public(But prepared to make it public), Something fresh, Something new. Uhm, I'll look into stored procedures. THanks.