del.icio.us uses perl/mason
And I discovered this tidbit because i hit a bad database handle in their code and they have fatal error display turned on!
I'm surprised they don't use some sort of global cache for prepared statements - that query must get run a LOT.
System error
| error: | Can't call method "prepare" on an undefined value at /www/del.icio.us/comp/user/get line 13. |
||||||||||||||||||||||
| context: |
|
||||||||||||||||||||||
| code stack: |
/www/del.icio.us/comp/user/get:13 /www/del.icio.us/site/dhandler:194 /www/del.icio.us/site/autohandler:108 |
I'm surprised they don't use some sort of global cache for prepared statements - that query must get run a LOT.
10:50 AM, 24 Nov 2005 by Mark Aufflick Permalink