Home
>
Coding,
Databases,
hamsterdb,
Libraries > hamsterdb: release 1.1.15
hamsterdb: release 1.1.15
This is a minor bug fix release.
The bug was a type conversion of the cache size to a 32bit value. If you use cache sizes > 2 GB then you should upgrade. If not then you can skip this release.
Get the new files here: here.
chris Coding, Databases, hamsterdb, Libraries
What’s happened with inter-process concurrency plans?
Either by utilizing shared memory or any other solution, but it’s long waited/wanted feature…
Please use hamserver for IPC. See samples/server1.c or tools/hamzilla.
Pretty elegant solution.
Thanks.
Another question: how “production-ready” do you have feeling this is?
Asking in terms of both hamserver specific and hamsterdb in general?
hamsterdb is used by a couple of open source projects and some commercial ones, i.e. a french company offering software for cell phones, an american startup running cloud services on AWS or an american security company with about 2 million deployments per year.
As far as i know none of these use the server component, but the server is based on mature components: google protocol buffers for the marshalling, mongoose for the http server implementation and libcurl for the transport.
Chris, thanks again for responses.