Subject | RE: [firebird-support] Re: Maximum Concurrent Connections that Firebird would allow |
---|---|
Author | Helen Borrie |
Post date | 2010-02-14T23:57:02Z |
At 09:16 AM 15/02/2010, you wrote:
See http://www.firebirdsql.org/rlsnotesh/rlsnotes20.html#new-win-protocol-xnet
./heLen
>? I thought XNET was linux/classic either/both.No. Perhaps you are thinking of the [x]inet.d daemon that listens for connection requests on Classic.
>But I've never seen XNET on WindowsXNET is Windows-only. It's the subsystem by which the IPCServer protocol ("Windows local") is implemented from Fb 2.0 onwards.
See http://www.firebirdsql.org/rlsnotesh/rlsnotes20.html#new-win-protocol-xnet
>nor do I know how to make a connection string specify XNET.As ever, for a Windows local connection: physical file path or alias.
>server/port:pathoralias
>is all I know for TCP. How do you make the above use XNET?
./heLen