From: Bill H. <bi...@lo...> - 2003-11-19 09:06:15
|
Hi Kiran, On Tue, 2003-11-18 at 23:11, sadf fdsf wrote: > Is it possible to change the Proxool connection and pool configuration > properties without restarting the application server? Yes it is. Look at ProxoolFacade.updateConnectionPool(), and redefineConnectionPool(). > If it is not implemented yet, is this feature feasible in Proxool? Yes it is feasible. We will be extending the functionality of the AdminServlet after 0.9 is out to make this even easier. Making the servlet update the pool is easy actually - the trick is to a) make it persistable (so that the changes persist if the server restarts), and b) allow for switching between different preset configurations (for instance, switching to a backup database). Regards, Bill Horsman |