Re: Max number of threads that can be used?
- From: Torsten Robitzki <MyFirstname@xxxxxxxxxxx>
- Date: Thu, 30 Aug 2007 10:07:44 +0200
Sonny wrote:
I don't know how to debug this kind of error. What would you suggest/
recommend?
It may be that you are running out of virtual address space. If so:
- changing the stack size of the thread will decrease the used address space
- switch to 64 bit OS
- Change the architecture of your program
How do you handle data base connections? Does every thread create a own connection? If so:
- Use a connection pool with a reasonable, limited amount of connections
Maybe you got a helpful error code from a called function, but you ignored it?
best regards
Torsten
.
- Follow-Ups:
- Re: Max number of threads that can be used?
- From: Sonny
- Re: Max number of threads that can be used?
- References:
- Max number of threads that can be used?
- From: Sonny
- Max number of threads that can be used?
- Prev by Date: Re: Max number of threads that can be used?
- Next by Date: Re: Max number of threads that can be used?
- Previous by thread: Re: Max number of threads that can be used?
- Next by thread: Re: Max number of threads that can be used?
- Index(es):
Relevant Pages
|