Looking for a c++ framework

F

Fei Liu

Hello guys!

I'm looking for some messaging framework (written in C/C++) which allows
multiple applications on multiple machines to securely exchange messages
(i.e. MAD daemons on multiple NSP) such as "user X logged in/out",
"there are policy rules for user X", and such on.

Do you know any such kind of the messaging framework?

I googled around, but most of stuff is Java based (JMS).
So far I found only Spread Toolkit, but it does not have security
features right out of the box.
 
O

Ondra Holub

Fei Liu napsal:
Hello guys!

I'm looking for some messaging framework (written in C/C++) which allows
multiple applications on multiple machines to securely exchange messages
(i.e. MAD daemons on multiple NSP) such as "user X logged in/out",
"there are policy rules for user X", and such on.

Do you know any such kind of the messaging framework?

I googled around, but most of stuff is Java based (JMS).
So far I found only Spread Toolkit, but it does not have security
features right out of the box.

I am not sure whether it is good for your requirement, however quite
good library is ACE http://www.cs.wustl.edu/~schmidt/ACE-overview.html
It is not super easy to learn to work with it, but once you get
familiar with it, it is very usefull.
 
J

Jeff F

Fei Liu said:
Hello guys!

I'm looking for some messaging framework (written in C/C++) which allows
multiple applications on multiple machines to securely exchange messages
(i.e. MAD daemons on multiple NSP) such as "user X logged in/out", "there
are policy rules for user X", and such on.

Google OpenMPI? Also boost has reviewed and accepted an mpi library.

Jeff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,074
Latest member
StanleyFra

Latest Threads

Top