Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

RMI TCP Connection in a log file - connection count in brackets?

800390Dec 7 2009 — edited Dec 7 2009
Hello,

I have a server whcih logs RMI connections to a file. For example, I can find these kind of log-lines in the file:
2009-10-19 07:43:33,809 INFO  [RMI TCP Connection(2559)-109.84.36.165] de.test.foo..FooService This is the log message
I wonder what the number in brackets means: (2559)

Does it represent the number of currently open connections (this would be very bad in my case), or is it just a simple counter to distinguish between different RMI connections in the log file?


Thanks a lot for your help!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 4 2010
Added on Dec 7 2009
3 comments
490 views