Jealousy will get you no where son.
Just take my advice and use it to improve your shitty fucking project.
And I wasn't the one sprewing bullshit, I was giving constructive criticism, when you came in with the insults is when this turned to hell.
Don't bother replying, I don't have time to...
I don't even know what you mean by that "Google Quotes" bullshit you tried buzzing.
But still researching MVC based architecture? I've conquered MVC in ASP.NET, and that's "far beyond your experience". I've constructed servers using architectural designs you no nothing about, that's for sure...
Are you fucking illiterate or are you just choosing not to read my comments?
1. I recommended the switch to APC
2. You clearly don't understand a database enough to reply to what I was talking about, because that was also helpful
3. Redis is/was as redundant as memcached, go with APC
4. You...
Can you even read Mr. IDontCodeMyOwnShit? How does that have anything to do with my question? I should've thought twice before bringing up topics far beyond your comprehension and expecting an intelligent reply.
Don't try to educate me on Laravel, I'm pretty sure I've been using frameworks...
Client sends SSOTicketMessageEvent Packet to the Server in the form of Header, Length, Body.
Header: Packet ID
Length: Length of the packet
Body: Message
In this case, the "Body" would contain the SSO Ticket of the user obtained by the client via JavaScript @ "sso.ticket"
The server would...
Multiple database connections? Are you using a connection pool?
And if so, why are you using a connection pool for a CMS? You need to realize that opening a connection is an expensive and time reducing operation, and not at all suitable for a website.
Opening 1 persistent connection on the page...
If you're having problems with setting up the client that's because your database is wrong.
If your emulator looks somewhat like this:
Make sure your users table matches this...