[Gambas-user] Multithreaded Programs

Jussi Lahtinen jussi.lahtinen at ...626...
Wed Nov 4 18:21:22 CET 2009


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
>




More information about the User mailing list