Re: [Firebird-devel] Firebird 3.0 B2 (and lastsnapshot)fbclient.dll(Win32) slow unload?

2015-10-26 Thread Claudio Valderrama C.
> -Original Message- > From: Arno Brinkman [mailto:[email protected]] > Sent: Lunes, 26 de Octubre de 2015 5:37 > > Would you consider the unloading time acceptable? > I think 500ms is quite a lot. Well, if you think about many clients connecting and disconnecting, it becomes a proble

[Firebird-devel] [FB-Tracker] Created: (CORE-4979) No Guidance for MacOSX Installation

2015-10-26 Thread Jason L (JIRA)
No Guidance for MacOSX Installation --- Key: CORE-4979 URL: http://tracker.firebirdsql.org/browse/CORE-4979 Project: Firebird Core Issue Type: Improvement Components: Installation Affects Version

[Firebird-devel] [FB-Tracker] Created: (CORE-4978) Improve validation and fix of lost data pages

2015-10-26 Thread Roman Simakov (JIRA)
Improve validation and fix of lost data pages - Key: CORE-4978 URL: http://tracker.firebirdsql.org/browse/CORE-4978 Project: Firebird Core Issue Type: Improvement Components: GFIX Aff

Re: [Firebird-devel] Bug in interface.cpp init method

2015-10-26 Thread Alex Peshkoff
On 10/25/2015 03:46 PM, Mark Rotteveel wrote: > I am looking at the init method in interface.cpp, and I see this: > > if (port->port_protocol < PROTOCOL_VERSION12) > { > // This is FB < 2.5. Lets remove that not recognized DPB/SPB and > convert the UTF8 > // strings to the OS codepage.

Re: [Firebird-devel] Firebird 3 - Trace API - Single CPU core fully occupied when stopping trace session

2015-10-26 Thread Vlad Khorsun
17.10.2015 1:21, Thomas Steinmaurer wrote: Just for info - I'll look into it Regards, Vlad -- Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel

Re: [Firebird-devel] Firebird 3.0 B2 (and last snapshot)fbclient.dll(Win32) slow unload?

2015-10-26 Thread Arno Brinkman
Hi Claudio, Yeah i'm still alive and want to keep it that way :) >> Testing things with Firebird 3 i notice that when the fbclient.dll is >> unloaded it cost 0,5 sec. ? > Some sync code has been introduced, trying to avoid race conditions and > AV. Would you consider the unloading time accept