[Gambas-user] How to send data to another .gambas apps

abbat abbat.81 at ...787...
Thu Nov 15 20:47:58 CET 2012


Hi,

It's really interesting new in Gambas 3.3.
I have read your link.
But best way to understand is some example.

Maybe there is any example you know?

Thanks

...
Peter


Jussi Lahtinen wrote:
> 
> There is kind of multi-threading in Gambas 3.3.
> http://www.gambasdoc.org/help/comp/gb/task?v3&en
> 
> But you can also use following method:
> 
> hProcess = Exec ["gbr3", "KindOfYourOtherThread.gambas", CStr(vInput)] For
> Input As "Process"
> 
> Then catch output of thread with:
> 
> Public Sub Process_Read()
> ...
> 
> 
> Jussi
> 
> 
> 
> 
> On Wed, Nov 14, 2012 at 9:36 AM, abbat <abbat.81 at ...787...> 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
>> --
>> View this message in context:
>> http://old.nabble.com/How-to-send-data-to-another-.gambas-apps-tp34677342p34677342.html
>> Sent from the gambas-user mailing list archive at Nabble.com.
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Monitor your physical, virtual and cloud infrastructure from a single
>> web console. Get in-depth insight into apps, servers, databases, vmware,
>> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
>> Pricing starts from $795 for 25 servers or applications!
>> http://p.sf.net/sfu/zoho_dev2dev_nov
>> _______________________________________________
>> Gambas-user mailing list
>> Gambas-user at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
> ------------------------------------------------------------------------------
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
> 
> 

-- 
View this message in context: http://old.nabble.com/How-to-send-data-to-another-.gambas-apps-tp34677342p34683791.html
Sent from the gambas-user mailing list archive at Nabble.com.





More information about the User mailing list