Kirk
The "jsp-2" is the thread name, probably setup by your app server. How those
names get allocated will be app server specific, but most likely it just
keeps incrementing the number every time a thread gets created.
Just because new threads are being created, doesn't mean that new
Connections are. Most app servers will pool Connection objects and re-use
them for each new thread.
Regards
Pete
--
Peter Hearty peter.hearty@lutris.com
Lutris Technologies (UK) http://www.lutris.com
----- Original Message -----
From: "Kirk Austin" <kirk@capismoments.com>
To: <instantdb@enhydra.org>
Sent: Sunday, October 15, 2000 5:11 PM
Subject: InstantDB: jcp numbers
> When I check the log of my app server I get a typical listing like this:
>
> jcp-2 SELECT NAME FROM PERSON WHERE STATE = CA
>
> I'm wondering what the number after the jcp- is all about. Should it
> stay at 0? Does it mean I'm not using/returning my connections properly
> if it continues to increment?
>
> Thank,
>
> Kirk Austin
>
> --------------------------------------------------------------------------
---
> To unsubscribe from this mailing list, send email to majordomo@enhydra.org
> with the text "unsubscribe instantdb" in the body of the email.
> If you have other questions regarding this mailing list, send email to
> the list admin at owner-instantdb@enhydra.org.
>
-----------------------------------------------------------------------------
To unsubscribe from this mailing list, send email to majordomo@enhydra.org
with the text "unsubscribe instantdb" in the body of the email.
If you have other questions regarding this mailing list, send email to
the list admin at owner-instantdb@enhydra.org.
|