[Gambas-user] How to send data to another .gambas apps
Tobias Boege
taboege at ...626...
Wed Nov 14 14:25:59 CET 2012
On Tue, 13 Nov 2012, abbat wrote:
>
> Hello,
> As I got we have not multi-threading.
> So, I 've found next:
> > You can write two separated gambas applications that communicate to each
> > other.
> > That way you can have two threads.
>
> And I'd like to know how to send some data between "threads"(gambas apps)
>
> Thanks,
> Peter
You still have the standard repertoire of communication methods even if you
don't share memory with the other app, i.e.:
- pipes (PIPE instruction)
- sockets (gb.net)
- data files (gb)
- ...
Generally, you would like to use some sort of Stream (gb).
Regards,
Tobi
More information about the User
mailing list