sybperl-l Archive
Up Prev Next
From: jimmy mcdonald <jimmy at simplayer dot com>
Subject: max DBPROCESS problem
Date: Jan 9 2001 6:55PM
hello,
when using sybperl to connect to sybase i get errors in
my web logs that say:
Maximum number of DBPROCESSes already allocated.
since this is in my web logs, i believe this is
being generated by sybperl.
according to the sybase tech i spoke with, he
believes that the max number of connections is 25.
he said that if you had a c program you could define
it something like this:
int maxprocesses = 100;
dbsetmaxprocs (&maxprocesses)
is there any way to do something similar in sybperl?
|