June 19, 2013

Comment: Are PHP persistent connections evil ?

[...] que conexão persistente com o banco de dados é cafonérrimoooo, para saber, leia este artigo: Are PHP persistent connections evil?. O pessoal do suporte técnico do Onda me indicou o artigo (adoro quando provam que eu estou [...]

Comment: Are PHP persistent connections evil ?

[...] mysqli pour des problèmes de performances et de stabilité (voir ce post très intéressant : http://www.mysqlperformanceblog.com/2006/11/12/are-php-persistent-connections-evil/). Apparemment, ces problèmes ont été résolus avec mysqlnd puisque cette fonctionnalité [...]

Comment: Are PHP persistent connections evil ?

[...] mysqli pour des problèmes de performances et de stabilité (voir ce post très intéressant : http://www.mysqlperformanceblog.com/2006/11/12/are-php-persistent-connections-evil/). Apparemment, ces problèmes ont été résolus avec mysqlnd puisque cette fonctionnalité [...]

Comment: Are PHP persistent connections evil ?

[...] http://www.mysqlperformanceblog.com/2006/11/12/are-php-persistent-connections-evil/ [...]

Comment: Are PHP persistent connections evil ?

MySQL Performance Blog: Are PHP persistent connections evil ?… …

Comment: Are PHP persistent connections evil ?

… of Oracle databases. Persistent connections are certainly evil once you have enough Web servers maintaining X number of persistent connections per Web server to… comparable to PHP‘s persistent connections. The reason is because SQL Relay has already established X number of Oracle (or MySQL) connections and strives…

Comment: HandlerSocket on SSD

… limit when testing Handlersocket with both PHP and Perl, under certain conditions. i.e not persisting the connection / index objects. However, I managed… lookups in Perl/PHP, I hit an almost identical limit (10,500), and then got failed connects… So using persistent connection objects for both…

Comment: HandlerSocket on SSD

… limit when testing Handlersocket with both PHP and Perl, under certain conditions. i.e not persisting the connection / index objects. However, I managed… lookups in Perl/PHP, I hit an almost identical limit (10,500), and then got failed connects… So using persistent connection objects for both…

Comment: Wishes for new "Pure PHP" MySQL driver

… with frequent case of one query per request make persistent connections relevant again.” Persistent connections were irrelevant? I can see where they’d incur… the PHP/MySQL world that persistent connections were a bad thing. I would think with appropriate limits on the maximum number of persistent connections, Apache…

Comment: Are PHP persistent connections evil ?

… ago, it’s in a well-designed web application where persistent connections are beneficial. Badly-designed applications don’t use them either… to 3000 threads), with fastCGI + PHP (1 process, 24 children), connecting to mysql via Unix sockets with persistent connections. I have not had any…