You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… objects used in server-to-server IPC.
Backport fix for bug #7535 : High CPU usage connect to Firebird 3 database using Firebird 4 Classic and SuperClassic service.
Implement new setting UseLegacyKernelObjectsNames for backward compatibility.
Preserve Win32 build compatibility with WinXP.
I configure
Firebird-4.0.2.2816-0-Win32
service:engine12.dll
fromFirebird 3.0.10
toFirebird 4.0.2\plugins
msvcr100.dll
andmsvcp100.dll
fromFirebird 3.0.10
toFirebird 4.0.2
Engine12
support tofirebird.conf
:Providers = Remote,Engine13,Engine12,Loopback
ServerMode
toClassic
orSuperClassic
infirebird.conf
.I prepare 2 databases:
fb30.fdb
andfb40.fdb
to try.I open 3 cmd console and use isql to establish connection to
fb40.fdb
:All 3
isql
connections work and CPU load forfirebird.exe
processes is0%
. This is expected as no processing load yet.I close all the isql connections and connect with
fb30.fdb
:This time I can notice the cpu usage of
firebird.exe
process boost up. The more connection I open tofb30.fdb
, the CPU load is higher.This happen to Firebird 4.0 using
SuperClassic
andClassic
mode. It doesn't happen toSuper
mode.The text was updated successfully, but these errors were encountered: