diff options
author | pi <pi@FreeBSD.org> | 2018-01-01 03:28:20 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2018-01-01 03:28:20 +0800 |
commit | 93c557573dbfe065033b81fd44d0f887289d4df4 (patch) | |
tree | 02a6a03aa5ab20b5da9dace4a3221c332dcb8429 /databases | |
parent | be6c0a75789b184d37063e61d61b52a919f09c59 (diff) | |
download | freebsd-ports-gnome-93c557573dbfe065033b81fd44d0f887289d4df4.tar.gz freebsd-ports-gnome-93c557573dbfe065033b81fd44d0f887289d4df4.tar.zst freebsd-ports-gnome-93c557573dbfe065033b81fd44d0f887289d4df4.zip |
databases/cego: update 2.38.14 -> 2.38.16
- Increased NETMNG_QUEUE_DELAY to 1000000 ( 1 ms ) to minimize CPU load
- Introduced QUEUEDELAY ( in usec ) config parameter to adjust queue
delay in database xml file. This allows to throttle down database
response time for incoming connection requests and minimize CPU
load
- Added dbcheck/check072.sql. This implements the calculation of
fibonacci numbers using stored procedures as a demonstration for
massive recursive procedure calls
- Optimization for procedure load in CegoFunction::evalFieldValue
( case USERDEFINED ), procedure is just loaded as a dedicated
instance ( via loadProcedure method ), if pMasterBlock is set. This
avoids ( expensive ) dedicated load, if the procedure is still not
in use by the corresponding thread. So just for recursive procedure
calls, the dedicated load happens.
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/cego/Makefile | 2 | ||||
-rw-r--r-- | databases/cego/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index acfd40791f45..c0fb0ad11bb0 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.38.14 +PORTVERSION= 2.38.16 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 595811991401..6b75efe0d11e 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1513797892 -SHA256 (cego-2.38.14.tar.gz) = 360e0f522adf92744f58139069036d29ed54606754e75b593d796a36e343f018 -SIZE (cego-2.38.14.tar.gz) = 1917204 +TIMESTAMP = 1514748087 +SHA256 (cego-2.38.16.tar.gz) = 79a39c26014c568795e387efebd5e7ded3281a7105c7d1582834a1148f8804b4 +SIZE (cego-2.38.16.tar.gz) = 1667424 |