Greetings everyone,
AFAIK, we can use a persistent connection to create shared connection per-process level. But it my case, I need to create multiple persistent connection.
I need to do this, because each visitor of my web site must have a single connection privately. This allows visitor to send single query one by one, and send commit command later. Of course, someone's query may not affect the other visitor.
Thank you.
AFAIK, we can use a persistent connection to create shared connection per-process level. But it my case, I need to create multiple persistent connection.
I need to do this, because each visitor of my web site must have a single connection privately. This allows visitor to send single query one by one, and send commit command later. Of course, someone's query may not affect the other visitor.
Thank you.