On Tue, 23 Jun 2009, Maurilio Longo wrote: > > Interesting. I guess that they are defined as some type of helper > > function. If possible please also check how many threads are created > > by program which does not create any new thread and then how many threads > > are allocated when new thread is created at .prg level. Is it 6 for each > > xbase++ program and then +1 for each new thread? > function main() > inkey(0) > return > uses 6 threads, one thread is created for each .prg level thread.
Thank you. best regards, Przemek _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
