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 <[email protected]> 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 > [email protected] > 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 [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
