On 2006.05.19, [email protected] <[email protected]> wrote: > The billion seconds added to the current time when the database handle's > created is causing the problem, with Solaris being nice enough to toss an > error, Linux just screwing up.
To be fair, Linux isn't "screwing up" -- the time-to-sleep being passed to pthread_cond_wait is a *real long time*. Solaris must have some limit as to how long it'll let a thread condwait for, where Linux doesn't ... so Solaris returns an error while Linux just ... waits. :-) Am I the only one who finds this funny? :-) -- Dossy -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ "He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on." (p. 70) -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
