[openamq-dev] Using the static OpenAMQ libraries in a sharedlibrary seems impossible, except on i386 platforms...

Pieter Hintjens ph at imatix.com
Sat May 31 13:41:56 CEST 2008


On Sat, May 31, 2008 at 11:32 AM, Jacobus Geluk <jacobus.geluk at gmail.com> wrote:

> Exactly, that is precisely what I am trying to do, the problem only is when
> and how often to launch such a single-threaded-amqp-client from the apache
> module. Per apache-child-process, per-connection, or per request.

OK... connecting to the broker will cause a small performance hit.  We
can solve this.  The best would be to keep the client connection to
the broker open, and talk to it over shared memory from the request
handler (in the mod_amqp).  You could run the client process per
Apache child process, and link it separately from Apache.

Does this make sense?

-Pieter


More information about the openamq-dev mailing list