Results 1 to 10 of 10

Thread: PostMessage() across process boundaries equivalent

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,373
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    3
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: PostMessage() across process boundaries equivalent

    Just like COM itself.

  2. #2
    Join Date
    Jan 2006
    Location
    Mountain View, CA
    Posts
    279
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanked 42 Times in 37 Posts

    Default Re: PostMessage() across process boundaries equivalent

    Quote Originally Posted by wysota
    Just like COM itself.
    ...which is why he said this:

    eventually I'd like to remove the MS dependencies. and eventually would like to get away from COM altogether, I'll need to run on other operating systems. I think that'll be a challenge - I'll need to start learning CORBA ' stuff.

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,373
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    3
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: PostMessage() across process boundaries equivalent

    Yes, I missed that.

    Anyway, things like shared memory or named pipes are always an alternative (yes, I know Qt doesn't have direct support for them).

    BTW. Corba (and other RPCs) involve using network sockets, so with simple apps it might be simpler to just use network sockets yourself instead of higher level protocols.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.