Re: [Firebird-devel] blr_varying2 format

2017-03-28 Thread Vlad Khorsun
28.03.2017 16:57, Dimitry Sibiryakov wrote: >Hello, All. > >For blr_varying2 correct BLR format is <2 bytes charset><2 > bytes length> > and the length is expected to be _without_ additional 2 bytes, right? Right Vlad

[Firebird-devel] blr_varying2 format

2017-03-28 Thread Dimitry Sibiryakov
Hello, All. For blr_varying2 correct BLR format is <2 bytes charset><2 bytes length> and the length is expected to be _without_ additional 2 bytes, right? Does anyone know? -- WBR, SD. -- Check out the

Re: [Firebird-devel] [FB-Tracker] Created: (CORE-5503) Classical server has a maximum of 64 connections when using systemd scripts

2017-03-28 Thread marius adrian popa
It's Solved in Git https://github.com/FirebirdSQL/firebird/commit/114885eecc5a0b7b3c3eebadfd34283f668474d3 On Wed, Mar 15, 2017 at 8:24 PM, Christian Pradelli (JIRA) < trac...@firebirdsql.org> wrote: > Classical server has a maximum of 64 connections when using systemd scripts >

Re: [Firebird-devel] Event Parameter buffer (EPB)

2017-03-28 Thread Paul Reeves
On Tue, 28 Mar 2017 12:51:34 +0300 Vlad Khorsun wrote > > PS The my own guess why such low limitation is documented - it is not > practical to pass large (up to 64KB) packet over the wire every time a > couple of events (of up to 252 registered) is fired. > >Time to process this packet also

Re: [Firebird-devel] [FB-Tracker] Created: (CORE-5503) Classical server has a maximum of 64 connections when using systemd scripts

2017-03-28 Thread Susi
This is a problem of unix and not firbird, when I created a machine for the developer and not a server-side version, I had the same problems. There are two ways of solving - changing the settings of Unix or creating a Unix system specifically for server tasks, I solve tasks for Centos, but I

Re: [Firebird-devel] Event Parameter buffer (EPB)

2017-03-28 Thread Vlad Khorsun
27.03.2017 12:12, Paul Reeves wrote: > > The EPB is clearly documented as being limited to 15 events. I did a > fairly rough grep of the code and I failed to find where this > limitation is enforced. And I couldn't find anything in the release > notes to indicate that anything has changed since

Re: [Firebird-devel] Event Parameter buffer (EPB)

2017-03-28 Thread Paul Reeves
Anyone ? On Mon, 27 Mar 2017 11:12:47 +0200 Paul Reeves wrote > The EPB is clearly documented as being limited to 15 events. I did a > fairly rough grep of the code and I failed to find where this > limitation is enforced. And I couldn't find anything in the release > notes to indicate that