pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2014-11-20
2014-11-20 09:26:08 by Stephen R. van den Berg <srb@cuci.nl>
8d0d50e4def1dbdfda50331afa0e327081c0f73b (
3
lines) (+
3
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
Update CHANGES.
681:
+ Eliminates an obscure and rare Pike-internals corruption bug. + Drops the _PGsql CMOD in favour of pure Pike using Stdio.Buffer. + Fully threaded, event and callback driven operation.
+
+ Allows for query setup and row fetches to be spread out over
+
an arbitrary number of threads.
+ Maximum parallelism over a single filedescriptor (better than before). + New interface: fetch_row_array() and callback driven. + Less filling and faster than the existing driver.