Subscribe via RSS
Follow me on Twitter
- Everyday I grow more convinced that continuous integration is a wild goose chase and old-fashioned nightly builds are the way forwards 4 days ago
- PLUTONIUM DETONATORS #nsa #prism #gchq #obama #williamhague 1 week ago
- RT @PRISM_NSA: So, who else is pumped about Google Glass? 1 week ago
- The thing that updates the data should be called the updata, right? Right! 1 week ago
- OCaml performance notes from Jane Street janestreet.github.io/ocaml-perf-not… 1 week ago
-
Recent Posts
Archives
Links
- OCI*ML Oracle bindings for the OCaml language
Category Archives: COHML
Putting it all together: PubSub for OCaml with Coherence
In this post I will present a simple PubSub system for OCaml using the Continuous Query feature of Oracle Coherence. The code is all on GitHub. For this example, we will have three subscribers interested in different kinds of messages: … Continue reading
Queries in Coherence with OCaml
Well, it looks like I posted the last entry too soon, as I can get close to what I want to do with the PofExtractor available from Coherence 3.5 onwards, without needing to write any Java (ugh!). It is a … Continue reading
Posted in C++, Coherence, COHML, Ocaml, Operation Foothold
Leave a comment
Custom classes in Coherence with OCaml
I have not updated in a little while as I have been busily (re)learning C++ in my already-scarce free time. Seems there is a lot of work around for C++ types, and it’s always good to have options. Anyway, on … Continue reading
Posted in Ocaml, Operation Foothold, COHML, Coherence, C++
Leave a comment
Updated: MapListener example
A slight update to yesterday’s example listener.ml supporting named callback functions: I am not entirely comfortable with this as a problem in the names can’t be detected at compile time – tho’ at runtime there is a check that the … Continue reading
Posted in Ocaml, Operation Foothold, COHML, Coherence
Leave a comment
OCaml binding for Coherence MapListener
In this post I will demonstrate triggering the execution of OCaml code by events within the Coherence grid. The full code is on GitHub, but at the OCaml level it is designed to be very simple†, using the callback mechanism. … Continue reading
Posted in Ocaml, Operation Foothold, COHML, Coherence, C++
7 Comments
OCaml bindings for Coherence (without SWIG)
I am much happier with my second attempt at an OCaml binding for Oracle Coherence. This way is easier to build, easier to use, and I could reuse all of the C++ code from my first attempt. See the code … Continue reading
Posted in Ocaml, Operation Foothold, COHML, Coherence, C++
Leave a comment
OCaml bindings for Coherence with SWIG
Way back in the day, I did some work programming in C++. But to be honest, I never really learnt C++; I learnt MFC and enough ATL to do COM. And then I decided to focus on Oracle and left … Continue reading
Posted in Ocaml, Oracle, Operation Foothold, COHML, Coherence, C++
2 Comments
