Dear All: My project use messge_queue to communicate between two processes. When I used the processes as normal process,it runs well. but It seems that the client process can't access the message queue if I set the server process as a windows services. can you help me about this? is this a problem about privilege? but message_queue do not have a option to set privileges. looking forward to your help!
Most likely you need to run the windows service under an account that is allowed access to the queue _____ From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of nuaafantasy nuaafantasy Sent: 11 September 2007 10:07 To: Boost-users@lists.boost.org Subject: [Boost-users] a question about message_queue Dear All: My project use messge_queue to communicate between two processes. When I used the processes as normal process,it runs well. but It seems that the client process can't access the message queue if I set the server process as a windows services. can you help me about this? is this a problem about privilege? but message_queue do not have a option to set privileges. looking forward to your help!
thank you,I do it as you told me ,it succeed! thanks a lot! services is log
on as local system by default.
2007/9/11, Richard
Most likely you need to run the windows service under an account that is allowed access to the queue
------------------------------
*From:* boost-users-bounces@lists.boost.org [mailto: boost-users-bounces@lists.boost.org] *On Behalf Of *nuaafantasy nuaafantasy *Sent:* 11 September 2007 10:07 *To:* Boost-users@lists.boost.org *Subject:* [Boost-users] a question about message_queue
Dear All:
My project use messge_queue to communicate between two processes.
When I used the processes as normal process,it runs well.
but It seems that the client process can't access the message queue if I set the server process as a windows services.
can you help me about this?
is this a problem about privilege?
but message_queue do not have a option to set privileges.
looking forward to your help!
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
nuaafantasy nuaafantasy
-
Richard