In message <[EMAIL PROTECTED]>, Patrick Bierans <[EMAIL PROTECTED]> writes >Now I am more skilled and migth find out why mysql_pconnect() missed the >spot. But I'm happy with mysql_connect() so I use my time for jobs I get >payed for. But if somebody really knows how mysql_pconnect() was ment to be >used and how to avoid the "too many connections" error please tell us! (and >me) ;)
That's precisely why I am avoiding it (:-> It sounds as though you kept opening 'new' connections, without 'closing' (or destroying?) previous connections. ...if it ain't broke, I need more information before I fix it <G> -- Pete Clark http://www.hotcosta.com http://www.spanishholidaybookings.com Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
