Joao Carlos wrote:
> Is there a maximum number of threads that one could use within one single
> appl? I encountered some problems when I created a lot of threads (about 25). 

That's not very many threads, as far as the OS is concerned. It's 
probably more than you need, though.

> I solved my problems already by working without a thread, but wondered if
> there is any limitation within delphi appl or even within the Windows OS.

Two articles to read:

Does Windows have a limit of 2000 threads per process?
http://blogs.msdn.com/oldnewthing/archive/2005/07/29/444912.aspx

On the unanswerability of the maximum number of user interface objects a 
program can create
http://blogs.msdn.com/oldnewthing/archive/2006/09/01/735298.aspx

-- 
Rob

Reply via email to