Re: freeradius connections pool to oracle

2005-02-25 Thread Alan DeKok
Ruslan A Dautkhanov <[EMAIL PROTECTED]> wrote:
> Can rlm_sql module establish connection to DB only when radius-server 
> need it ?

  No.  It tries to keep a pool of connections open.  The idea is that
the server is usually busy, so the connections will nearly always be
in use.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


freeradius connections pool to oracle

2005-02-25 Thread Ruslan A Dautkhanov
Hello !
Is it really needed, if Oracle can work as shared server ?
Why we reserve dedicated connections, if RADIUS server can use connections
to shared server? And it's only need to configure this mode at oracle 
server side,
no programming at radius-server side required.
In the nature of requests from RADIUS-server it is ideal for shared 
server, not
for dedicated:
   - many number of requests/second
   - each request is OLTP request - it's not heavy and it's make a number
   of relatively simple requests, which executes fast.
Can rlm_sql module establish connection to DB only when radius-server 
need it ?
If I'll administratively link radius connections to shared Oracle 
server, it will
hold only dispatcher processes permanently?

Thanks a lot.
Ruslan A Dautkhanov   [EMAIL PROTECTED]
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html