M
Mufasa
So I have have this really cool set of programs that will talk to each other
using Message Queueing. Everything works great. Problem is, this machine,
which acts like a kiosk, is dropped on our customers' network and sometime
their IT department has the network so locked down that they won't allow
Message Queueing. Now we can talk them through enabling this but it's a
royal pain; they have to enable the privileges, get the right passwords,
..... So we want to look in to a way that we can have the machine run without
using Message Queueing to have all the programs talk. I've come up with a
couple of solutions but am looking for guidance:
Remoting. I've never done remoting and don't really understand it. Is this
something that can be blocked by policies?
Shared Memory: This is essentially message queueing without the ability to
have multiple messages waiting in the queue.
Named Pipes/TCPIP - this seems like way overkill. And if I were an IT
department I wouldn't think this is very secure.
Files: (yech!) Write each message to a file on the hard drive/RAM disk and
have the programs read them in order. (Archaic but should work.) We have
write privileges to the hard drive (have to have that or this whole thing
doesn't work).
Can anybody make any suggestions and include why they made the suggestion?
Remember we would like to have it such that you put the machine on the
network, turn it on and it just works.
TIA - Jeff.
using Message Queueing. Everything works great. Problem is, this machine,
which acts like a kiosk, is dropped on our customers' network and sometime
their IT department has the network so locked down that they won't allow
Message Queueing. Now we can talk them through enabling this but it's a
royal pain; they have to enable the privileges, get the right passwords,
..... So we want to look in to a way that we can have the machine run without
using Message Queueing to have all the programs talk. I've come up with a
couple of solutions but am looking for guidance:
Remoting. I've never done remoting and don't really understand it. Is this
something that can be blocked by policies?
Shared Memory: This is essentially message queueing without the ability to
have multiple messages waiting in the queue.
Named Pipes/TCPIP - this seems like way overkill. And if I were an IT
department I wouldn't think this is very secure.
Files: (yech!) Write each message to a file on the hard drive/RAM disk and
have the programs read them in order. (Archaic but should work.) We have
write privileges to the hard drive (have to have that or this whole thing
doesn't work).
Can anybody make any suggestions and include why they made the suggestion?
Remember we would like to have it such that you put the machine on the
network, turn it on and it just works.
TIA - Jeff.