Passing messages between computers
-
quick question. I have a need to pass a XML message between two computers and am thinking of using message queue to do it. Anyone had any problems using it or used something else that worked better? Thanks for your help Regards
Weight loss Target Weight at start [1/Feb/2009] 127kg Weight now [17/Feb/2010] 97.5kg Target weight : 80kg Only 17.5 to go hope to be there by July Wish me luck!
-
quick question. I have a need to pass a XML message between two computers and am thinking of using message queue to do it. Anyone had any problems using it or used something else that worked better? Thanks for your help Regards
Weight loss Target Weight at start [1/Feb/2009] 127kg Weight now [17/Feb/2010] 97.5kg Target weight : 80kg Only 17.5 to go hope to be there by July Wish me luck!
You could send something over a socket. But all that really depends on the scenario.
“Follow your bliss.” – Joseph Campbell
-
quick question. I have a need to pass a XML message between two computers and am thinking of using message queue to do it. Anyone had any problems using it or used something else that worked better? Thanks for your help Regards
Weight loss Target Weight at start [1/Feb/2009] 127kg Weight now [17/Feb/2010] 97.5kg Target weight : 80kg Only 17.5 to go hope to be there by July Wish me luck!
Windows Explorer works fine for me. :-D
The narrow specialist in the broad sense of the word is a complete idiot in the narrow sense of the word. Advertise here – minimum three posts per day are guaranteed.
-
You could send something over a socket. But all that really depends on the scenario.
“Follow your bliss.” – Joseph Campbell
Rajesh R Subramanian wrote:
You could send something over a socket.
Is there any other way? ;P
The narrow specialist in the broad sense of the word is a complete idiot in the narrow sense of the word. Advertise here – minimum three posts per day are guaranteed.
-
Rajesh R Subramanian wrote:
You could send something over a socket.
Is there any other way? ;P
The narrow specialist in the broad sense of the word is a complete idiot in the narrow sense of the word. Advertise here – minimum three posts per day are guaranteed.
-
Deyan Georgiev wrote:
Advertise here – minimum three posts per day are guaranteed.
:-D
You can advertise here too – minimum six posts per day are guaranteed. Plus additional discounts on semi-annual and annual advertising contracts are available.
I have a family to feed! :-D
The narrow specialist in the broad sense of the word is a complete idiot in the narrow sense of the word. Advertise here – minimum three posts per day are guaranteed.
-
quick question. I have a need to pass a XML message between two computers and am thinking of using message queue to do it. Anyone had any problems using it or used something else that worked better? Thanks for your help Regards
Weight loss Target Weight at start [1/Feb/2009] 127kg Weight now [17/Feb/2010] 97.5kg Target weight : 80kg Only 17.5 to go hope to be there by July Wish me luck!
hopingToCode wrote:
Weight loss Target Weight at start [1/Feb/2009] 127kg Weight now [17/Feb/2010] 97.5kg Target weight : 80kg Only 17.5 to go hope to be there by July Wish me luck!
I envy your will power. I really do.
If the post was helpful, please vote, eh! Current activities: Book: Devils by Fyodor Dostoyevsky Project: Hospital Automation, final stage Learning: Image analysis, LINQ Now and forever, defiant to the end. What is Multiple Sclerosis[^]?
-
quick question. I have a need to pass a XML message between two computers and am thinking of using message queue to do it. Anyone had any problems using it or used something else that worked better? Thanks for your help Regards
Weight loss Target Weight at start [1/Feb/2009] 127kg Weight now [17/Feb/2010] 97.5kg Target weight : 80kg Only 17.5 to go hope to be there by July Wish me luck!
hopingToCode wrote:
I have a need to pass a XML message between two computers and am thinking of using message queue to do it.
I've been poking around with XML RPC, though it's not part of .NET (if that's what you're using) but I found some free client/server implementations of it. I ended up looking at it because the client was using Python, and support for XML RPC is built into Python. Well, that's my inflated 2c. ;) Marc
-
i assume this is on windows. a named pipe would be ideal. more than that this becomes a programming question/answer. not suitable for this forum. Quick Answer[^] is more appropriate for your question.
-
quick question. I have a need to pass a XML message between two computers and am thinking of using message queue to do it. Anyone had any problems using it or used something else that worked better? Thanks for your help Regards
Weight loss Target Weight at start [1/Feb/2009] 127kg Weight now [17/Feb/2010] 97.5kg Target weight : 80kg Only 17.5 to go hope to be there by July Wish me luck!
Assuming they are distributed over a wide area; man in a van; that's what you need. Basically, get one person to type the message on one machine and save it to a USB key. The man then drives to the other location where the USB key is connected to the other computer and the message is taken from it. Job done, near instantaneous (as long as you heavily redefine near instantaneous) and you've provided gainful employment for somebody who might otherwise have no work.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
-
quick question. I have a need to pass a XML message between two computers and am thinking of using message queue to do it. Anyone had any problems using it or used something else that worked better? Thanks for your help Regards
Weight loss Target Weight at start [1/Feb/2009] 127kg Weight now [17/Feb/2010] 97.5kg Target weight : 80kg Only 17.5 to go hope to be there by July Wish me luck!
-
quick question. I have a need to pass a XML message between two computers and am thinking of using message queue to do it. Anyone had any problems using it or used something else that worked better? Thanks for your help Regards
Weight loss Target Weight at start [1/Feb/2009] 127kg Weight now [17/Feb/2010] 97.5kg Target weight : 80kg Only 17.5 to go hope to be there by July Wish me luck!
Floppy discs
xacc.ide
IronScheme - 1.0 RC 1 - out now!
((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition -
Floppy discs
xacc.ide
IronScheme - 1.0 RC 1 - out now!
((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Editionleppie wrote:
Floppy discs
I assume this is the side effect of the disk DD slipped in his back?
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
-
Rajesh R Subramanian wrote:
You could send something over a socket.
Is there any other way? ;P
The narrow specialist in the broad sense of the word is a complete idiot in the narrow sense of the word. Advertise here – minimum three posts per day are guaranteed.
OK, I'll give you the nitpick of the week award. By scenario I meant to tell there are synchronous and asynchronous sockets. :)
“Follow your bliss.” – Joseph Campbell
-
quick question. I have a need to pass a XML message between two computers and am thinking of using message queue to do it. Anyone had any problems using it or used something else that worked better? Thanks for your help Regards
Weight loss Target Weight at start [1/Feb/2009] 127kg Weight now [17/Feb/2010] 97.5kg Target weight : 80kg Only 17.5 to go hope to be there by July Wish me luck!
How did you lose so much weight ? Congratulations on your results, man!
Catalin
-
quick question. I have a need to pass a XML message between two computers and am thinking of using message queue to do it. Anyone had any problems using it or used something else that worked better? Thanks for your help Regards
Weight loss Target Weight at start [1/Feb/2009] 127kg Weight now [17/Feb/2010] 97.5kg Target weight : 80kg Only 17.5 to go hope to be there by July Wish me luck!
1. Type up the XML in wordpad. 2. Print out the XML document. 3. Place it on a wooden table. 4. Take a picture using a digital camera. 5. Download the picture onto the other computer. Note: Crap! We've lost the textual information. 6. Write a program to decode text from a digital photo. 7. Decode the text and store as an XML document. 8. Finished!