Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Passing messages between computers

Passing messages between computers

Scheduled Pinned Locked Moved The Lounge
questiondata-structuresxmlhelp
18 Posts 14 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Rajesh R Subramanian

    You could send something over a socket. But all that really depends on the scenario.

    “Follow your bliss.” – Joseph Campbell

    S Offline
    S Offline
    Single Step Debugger
    wrote on last edited by
    #6

    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.

    A R 2 Replies Last reply
    0
    • S Single Step Debugger

      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.

      A Offline
      A Offline
      Abhinav S
      wrote on last edited by
      #7

      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.

      S 1 Reply Last reply
      0
      • A Abhinav S

        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.

        S Offline
        S Offline
        Single Step Debugger
        wrote on last edited by
        #8

        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.

        1 Reply Last reply
        0
        • M Michael Bookatz

          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!

          M Offline
          M Offline
          Mustafa Ismail Mustafa
          wrote on last edited by
          #9

          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[^]?

          1 Reply Last reply
          0
          • M Michael Bookatz

            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!

            M Offline
            M Offline
            Marc Clifton
            wrote on last edited by
            #10

            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

            1 Reply Last reply
            0
            • T TheGreatAndPowerfulOz

              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.

              S Offline
              S Offline
              Stephane Routelous
              wrote on last edited by
              #11

              +1 been there, done that, worked great


              Stephane

              www.exotk.org

              1 Reply Last reply
              0
              • M Michael Bookatz

                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!

                P Offline
                P Offline
                Pete OHanlon
                wrote on last edited by
                #12

                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.

                My blog | My articles | MoXAML PowerToys | Onyx

                1 Reply Last reply
                0
                • M Michael Bookatz

                  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!

                  A Offline
                  A Offline
                  Andy Brummer
                  wrote on last edited by
                  #13

                  MSMQ can be a huge pain to configure with public queues. You might want to look into something like zeroMQ[^] though.

                  I can imagine the sinking feeling one would have after ordering my book, only to find a laughably ridiculous theory with demented logic once the book arrives - Mark McCutcheon

                  1 Reply Last reply
                  0
                  • M Michael Bookatz

                    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!

                    L Offline
                    L Offline
                    leppie
                    wrote on last edited by
                    #14

                    Floppy discs

                    xacc.ide
                    IronScheme - 1.0 RC 1 - out now!
                    ((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition

                    P 1 Reply Last reply
                    0
                    • L leppie

                      Floppy discs

                      xacc.ide
                      IronScheme - 1.0 RC 1 - out now!
                      ((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition

                      P Offline
                      P Offline
                      Pete OHanlon
                      wrote on last edited by
                      #15

                      leppie 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.

                      My blog | My articles | MoXAML PowerToys | Onyx

                      1 Reply Last reply
                      0
                      • S Single Step Debugger

                        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.

                        R Offline
                        R Offline
                        Rajesh R Subramanian
                        wrote on last edited by
                        #16

                        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

                        1 Reply Last reply
                        0
                        • M Michael Bookatz

                          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!

                          C Offline
                          C Offline
                          Catalin Hatmanu
                          wrote on last edited by
                          #17

                          How did you lose so much weight ? Congratulations on your results, man!

                          Catalin

                          1 Reply Last reply
                          0
                          • M Michael Bookatz

                            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!

                            R Offline
                            R Offline
                            Rick Shaub
                            wrote on last edited by
                            #18

                            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!

                            1 Reply Last reply
                            0
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            • Login

                            • Don't have an account? Register

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • World
                            • Users
                            • Groups