June 19, 2013

Post: Read/Write Splitting with PHP Webinar Questions Followup

Today I gave a presentation on “Read/Write Splitting with PHP” for Percona Webinars.  If you missed it, you can still… resources for Java based applications? A: The recent versions of Connector/J include load-balancing and failover features, but these features…

Comment: Alternatives of PHP ?

… them pretty for my taste. – Too much standardization. For example Connector/J has to be JDBC complaint which means it has… can take a look at any stack trace posted for Connector/J bugs… it is rarely less than 20 levels. – Too… work with strings. – Product of large company. With Perl and PHP it is relatively easy to reach developers. – Fully OO. I…

Post: Logging MySQL queries from the client instead of the server

… option is to make the client connector log the queries. For example, if you are using PHP with mysqlnd, you can create…

Comment: Are PHP persistent connections evil ?

Hi, I have a situation (although not with php) that has been troubeling me a long time now. I … events.. Now i tryed doing this with the Mysql.NET connector and opening and closing the connection but up until now…