Home > Coding, Databases, hamsterdb, Libraries > hamsterdb: release 1.1.15

hamsterdb: release 1.1.15

November 8th, 2011

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

  1. Jovan
    November 14th, 2011 at 21:59 | #1

    What’s happened with inter-process concurrency plans?

    Either by utilizing shared memory or any other solution, but it’s long waited/wanted feature…

  2. November 15th, 2011 at 07:25 | #2

    Please use hamserver for IPC. See samples/server1.c or tools/hamzilla.

  3. Jovan
    November 16th, 2011 at 00:34 | #3

    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?

  4. November 16th, 2011 at 07:24 | #4

    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.

  5. Jovan
    November 16th, 2011 at 10:35 | #5

    Chris, thanks again for responses.

  1. No trackbacks yet.