8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 23:23:04 +01:00
This is a mirror of the firebird repo on github. It is not intended for use as a working repo. This repo is resync'ed with github every thirty minutes.
Go to file
skidder 30d8ca94f2 Fix SuperServer 1-minute lock-up under contention bug.
With previous logic all spare threads were notified and performed
expensive loop on each request arrival. New logic wakes up only
one thread per request. (the same fix was performed in 2.0 SS lock manager
to avoid waking up all blocked threads on each lock request resolution).
As an (unexpected) result of this changes SS performance significantly
improved. Some artificial tests show timing improvements by
factor between 2 and 3.
2003-09-16 20:59:45 +00:00
builds Updated project files. 2003-09-15 09:36:27 +00:00
doc no message 2003-09-10 17:29:49 +00:00
examples clean a bit this old example 2003-09-09 11:08:04 +00:00
generated Trying to solve the CVS error in generated directory 2003-09-02 00:12:19 +00:00
lang_helpers The products of codes.epp 2003-09-08 11:39:52 +00:00
src Fix SuperServer 1-minute lock-up under contention bug. 2003-09-16 20:59:45 +00:00
autogen.sh Fix the permissions on the configure script, just in case it is needed (like on Darwin) 2003-04-17 18:41:28 +00:00
ChangeLog nightly update 2003-09-15 22:06:13 +00:00
clean.sh Correction 2003-08-06 15:41:19 +00:00
configure.in NBACKUP-related changes and some clean-up 2003-09-08 20:23:46 +00:00
Makefile.in A bit better way to pass target over to sub-makefile 2003-07-15 10:49:57 +00:00