Hello!

On Wed, Mar 22, 2006 at 01:21:06PM -0300, Gustavo Rios wrote:
>Dear folks,

>i have choosen openbsd as my plataform of choice for deploying a
>service that will have to handle RPC processing in an asynchronous
>fashion. I got surprised when i see that the RPC library that comes
>with OpenBSD does not support Async processing. I tried to build my
>own routine and found it was no easy task.

>Does anybody know about an async RPC mechanism i could use (any library)?

>Thanks a lot for your time and cooperation.

I'm doing something like that, but I just use simple self-made protocols
and multiplex them with libevent. A little C++ framework above it, and
it's quite usable.

>Best regards.

Kind regards,

Hannah.

Reply via email to