Subject Re: [firebird-support] Limited concurrent database access
Author Ann W. Harrison
Steve Wiser wrote:
> I don't think I have a server with 24 different databases on it... Is
> it some kind of database server software limit?

It's not in the database server exactly. The call to _beginthreadx is
failing, probably in the attempt to start a garbage collect thread, and
probably because there are no threads available. I'm trying to figure
out why. Possibly there's a memory problem - not enough swap space to
backup the 4GB of ram?

Regards,


Ann