[Gambas-user] Multithreaded Programs

nando nando_f at ...951...
Thu Nov 5 18:02:52 CET 2009


I wonder if Benoit has contemplated multi-threading for Gambas?
Such as..

SUB PLURAL DoSomething (X, Y, Z)
  'each time this is called, a new instance is running

END

-Fernando


---------- Original Message -----------
From: Jussi Lahtinen <jussi.lahtinen at ...626...>
To: mailing list for gambas users <gambas-user at lists.sourceforge.net>
Sent: Wed, 4 Nov 2009 19:21:22 +0200
Subject: Re: [Gambas-user] Multithreaded Programs

> You can write two separated gambas applications that communicate to each other.
> That way you can have two threads.
> 
> If you want speed up your program, I suggest that you first measure
> where is the actual bottleneck.
> Then look better algorithm for that task.
> If not possible, consider to write C/C++ library for that task.
> 
> Jussi
> 
> On Wed, Nov 4, 2009 at 18:18, Hartmut Eilers <hartmut at ...2307...> wrote:
> > Hallo List,
> >
> > is it possible to write multithreaded programs that support
> > multicore or SMP systems with Gambas?
> >
> > Thanks for help
> > Hartmut
> >
> > ------------------------------------------------------------------------------
> > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> > trial. Simplify your report design, integration and deployment - and focus on
> > what you do best, core application coding. Discover what's new with
> > Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> > _______________________________________________
> > Gambas-user mailing list
> > Gambas-user at lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
> >
> 
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
> trial. Simplify your report design, integration and deployment - and focus on 
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
------- End of Original Message -------





More information about the User mailing list