the only thing i know that sets a limit is mod_wo: ./Adaptor/config.h:#define WA_MAX_APP_COUNT 256 /* maximum number of applications the adaptor can keep track of */ ./Adaptor/config.h:#define WA_MAX_APP_INSTANCE_COUNT 128 /* maximum number of instances of a single application the adaptor can keep track of */
ms On Nov 4, 2012, at 11:31 AM, Karl Gretton <[email protected]> wrote: > Hi Pascal, > > I have never hit an instance limit. I think we have been to 60+ on a single > host. > > Are you hitting other system and resource limits? JRE launch limits? > > Karl > > On 4 Nov 2012, at 19:27, Pascal Robert <[email protected]> wrote: > >> Hi guys, >> >> I'm having a problem here, I try to add an instance of a new app and trying >> to do it, it's just timeout, either by JavaMonitor GUI or the REST call. So >> I guess there is a limit of the number of instances you can have? Right now, >> the host is running 40 instances (of different applications). I didn't see >> something about a instance limit in the official WO deployment doc. >> >> >> _______________________________________________ >> Do not post admin requests to the list. They will be ignored. >> Webobjects-dev mailing list ([email protected]) >> Help/Unsubscribe/Update your Subscription: >> https://lists.apple.com/mailman/options/webobjects-dev/kgretton%40mac.com >> >> This email sent to [email protected] > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/mschrag%40pobox.com > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
