Re: [Sqlrelay-discussion] (no subject)
Brought to you by:
mused
|
From: Roger <b-r...@ro...> - 2009-07-29 03:24:25
|
On Tue, 28 Jul 2009, David Muse wrote: > See responses below. > > David Muse Thanks, they are what I expected. And your your question for me: > > 1) Does the native API (Perl API) only allow a single connection to > > SQLRelay at a time? > > > No, it allows multiple connections to SQL Relay. > > There was originally a limit, but it was fixed a long time ago. What > doc says that only 1 connection will go at a time? Let me know and I'll > fix it. http://sqlrelay.sourceforge.net/sqlrelay/programming/perl.html Under "Establishing a Session", 2nd last paragraph: For the duration of the session, the client stays connected to a database connection daemon. While one client is connected, no other client can connect. Care should be taken to minimize the length of a session. That seems to explicitly state that only one client can connect at a time. -- Roger |