Re: Reggie
Juan Ramirez <[email protected]> Wed, 27 May 2009 09:47:53 -0400
| Newsgroups | gmane.comp.java.sun.jini |
|---|---|
| Message-ID | <[email protected]> |
Hi, Peter. Reggie does queue up discovery requests and event notifications and services these with threads from the same pool. It is possible that there is a large number of event notifications to be delivered to the LookupCache instances thus delaying the processing of discovery requests. You could set Reggie's logging level to FINEST to see what Reggie is doing at the time it appears to "choke". There is additional info on this scenario in the following CRs. https://issues.apache.org/jira/browse/RIVER-52 https://issues.apache.org/jira/browse/RIVER-197 Hope this helps, Juan On 05/27/09 07:17, Per Edlund wrote: > Hi! > > We'ev been using Jini for quite som time now but havn't upgraded after > the 2.1 release. We're currently experiencing some issues with reggie > choking the machine and we can't really tell why. The number of > jiniservices we have is around 60 (these are client's as well, and on > top of this we have webservers which are clients (around 100-200)) , we > use the LookupCache etc, but efery now and then we have to restart the > VM running reggie. Doing a discovery during this time get's no lookup, > and services can't be found. > > If we look at how services register/unregister, that seam to take an > aweful long time when reggie is starting to choke, and out theory is > that reggie uses some kind of queue which grows more than it can be > processed. > > Does any one have an idea on how to dig into this? > > Env: Linux Debian, Sun Java 1.5&1.6 > > Kind regards > /Per > -------------------------------------------------------------------------- > Getting Started: http://www.jini.org/wiki/Category:Getting_Started > Community Web Site: http://jini.org jini-users Archive: > http://archives.java.sun.com/archives/jini-users.html Unsubscribing: > email "signoff JINI-USERS" to [email protected] -------------------------------------------------------------------------- Getting Started: http://www.jini.org/wiki/Category:Getting_Started Community Web Site: http://jini.org jini-users Archive: http://archives.java.sun.com/archives/jini-users.html Unsubscribing: email "signoff JINI-USERS" to [email protected]