Re: IPC?



Well, we really need to know *what* you want to do, not how. There are no
pipes or shared data segments. Out-of-process COM is available, but that
doesn't mean that every device has it (Pocket PC does not). Sockets
certainly exist. Give us the full story and I think you'll get better
answers...

Paul T.

"Vyacheslav Lanovets" <xentrax_umail.ru> wrote in message
news:%23X4k102cFHA.1404@xxxxxxxxxxxxxxxxxxxxxxx
> Hello, All.
>
> I'm intrested, what are data IPC methods available in Windows CE?
>
> I'm looking for ways to solve theproblem with only 14 MB of memory
> available for loading an application in iPAQ 47xx.
>
> Is there something like Out-of-proccess COM, pipes, sockets?
> Is it possible to use shared data segment?
>
> Where can I read about it?
>
> Regards, Vyacheslav Lanovets
>
>


.



Relevant Pages

  • Re: Windows Mobile 5.0, .NETCFv2.0, and many sockets
    ... Paul G. Tobey [eMVP] wrote: ... constantly receiving packets on all of the sockets, ... Do the async socket calls ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Windows Mobile 5.0, .NETCFv2.0, and many sockets
    ... Lowest CPU load will be multiple threads, ... Paul G. Tobey wrote: ... constantly receiving packets on all of the sockets, ... or the is the best idea just not to use async socket calls ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Windows Mobile 5.0, .NETCFv2.0, and many sockets
    ... Paul G. Tobey wrote: ... constantly receiving packets on all of the sockets, ... As for the single thread approach, ... Do the async socket calls ...
    (microsoft.public.dotnet.framework.compactframework)
  • Sending data over GPRS
    ... I'm just starting a project in C# sending data back and forth from a Pocket ... PC to a desktop machine. ... I'm using sockets at the minute and it seems pretty straight forward to do ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Socket.Connect fails after several successful attemps
    ... > Hi Paul, ... > 2003 emulator all works fine. ... Can you Paul test it on any network adapter ... >> are consuming sockets at a high rate, the OS is not prepared to use the ...
    (microsoft.public.dotnet.framework.compactframework)

Loading