Hi all - <br><br>I am wondering what the experiences is in handling concurrent database connections, say with web-server and SPGSQL.<br><br>Do the web-server threads <br><ul><li>owns its own connection <br></li><li>share a single connection <br>
</li><li>share a pool of connections <br></li><li>any other approach? <br></li></ul>Since postgresql probably cannot support unlimited connections, it seems having a connection pool might be the proper choice here, but I am wondering whether people have experiences with any of the approach and can share thoughts on the subject.<br>
<br>Thanks,<br>yc<br><br><br>