6
I Use This!
Very Low Activity

News

Analyzed about 24 hours ago. based on code collected 1 day ago.
Posted over 12 years ago
Commit by Gustaf Neumann :: 8ec0dfe3bfd1 r2235 naviserver/nsd/log.c: (link) dont set stderr by default to linebuffered
Posted over 12 years ago
Commit by Gustaf Neumann :: 9e301ee55c7b r2234 naviserver/ (nsd/log.c nsd/nsd.h nslog/nslog.c): (link) merged versions
Posted over 12 years ago
Commit by Gustaf Neumann :: ec2770211d9a r2233 naviserver/ (nsd/log.c nsthread/mutex.c): (link) added total_waiting_time and max_waiting_time to the mutex monitoring statistics
Posted over 12 years ago
Commit by Gustaf Neumann :: 419714382594 r2232 naviserver/nsd/log.c: (link) revert escaped change
Posted over 12 years ago
Commit by Gustaf Neumann :: ac81a7e2aa8f r2231 naviserver/ (nsd/nsd.h nsd/log.c nslog/nslog.c): (link) improve concurrency: get ... [More] rid of long mutex locks on writes to the access log. We obseverd per day often blocking times on a single mutex call larger than several seconds due to file system latencies. THis change moves the write operation out of the mutex lock if possible (small enough to guarnatee atomic writes) [Less]
Posted almost 13 years ago
Commit by Gustaf Neumann :: 97e441f3682a r2230 naviserver/ (37 files in 2 dirs): (link) Code Cleanup:changed types of file ... [More] descriptors for socket from "int" to "SOCKET"remove superflous semicolonsmoved local variables to the nearest scopecommented out noop-codecommented set but unused variables [Less]
Posted almost 13 years ago
Commit by Gustaf Neumann :: 68f1cf35de9f r42 nsdbpg/ChangeLog: (link) Updated ChangeLog
Posted almost 13 years ago
Commit by Gustaf Neumann :: c6dc03b9d6f6 r41 nsdbpg/tclcmds.c: (link) Get rid of deprecated calls.using SQL escape string syntax E'...' when needed (required in PostgreSql 9.1)
Posted almost 13 years ago
Commit by Gustaf Neumann :: a164decc38f1 r17 nssmtpd/ (README nssmtpd.c): (link) Fixed nssmtpd for NS_DRIVER_VERSION_2 (with some initial work from Neophytos Demetriou)
Posted almost 13 years ago
2011/05/25 -- Ian Harding