[zeromq-dev] ZeroMQ evaluated for Second Life
Martin Sustrik
sustrik at fastmq.com
Mon Apr 6 18:03:21 CEST 2009
Martin Hurton wrote:
> HI,
>
> Just run across
> http://wiki.secondlife.com/wiki/Message_Queue_Evaluation_Notes. I was
> delighted to find out they evaluated ZeroMQ too.
Yup. Seen it. It looks like they've had problems with loading libzmq
from Java - presumably it was not on the system library path. Vladimir
reported a similar problem with following solution:
public class Zmq
{
static
{
System.loadLibrary ("libzmq");
System.loadLibrary ("jzmq");
}
...
}
I've merged this code in just in case. Pitty that Lindenlab guys haven't
reported the problem.
Martin
More information about the zeromq-dev
mailing list