May 26, 2012

Post: PHP Sessions - Files vs Database Based

One may think changing PHP session handler from file based to database driven is fully transparent. … on PHP level, which means they also will be serialized for single user on database level. If you change to store PHP sessions in MySQL instead this effect may be no more true and you may have number of requests executing for the same session

Post: Commodity Hardware, Commodity Software and Commodity People

… simple to use than SAN, MySQL is more simple to use than Oracle or DB2, PHP is more simple than Java. Even… best isolated of MySQL source leads the pack – there are bunch of interfaces to talk to MySQL cluster as PHP session storage or as… bet similar service could be designed for many of data store applications, especially for specific needs when for example large amounts…

Comment: Are PHP persistent connections evil ?

Please help! in PHP mySQL, the use of SELECT FOR UPDATE and SELECT LOCK IN … be updated on the client, so there is an auto mysql_close.(Which would rollback your transaction in the SELECT) With… pending, but there is no way to store the connection persistent link resource in a session or anywhere else, so there is…