Posted by Michael Fesser on 07/12/07 14:16
..oO(_mario.lat)
>I have to do a lot of connection to Mysql.
>I don't want to open and close connection every time:
How much is "a lot"? Opening a connection to a MySQL server is cheap.
Can you post some more details?
>there is a way do do that?
>I read about permanent connection... how it works?
If you have to ask how permanent connections work, then you should _not_
use them. They have drawbacks, escpecially if it's not your own server.
Micha
[Back to original message]
|