Re: Nagios plugin for JavaMonitor

2010-05-25 Thread Johann Werner
Am 26.05.2010 um 01:15 schrieb Pascal Robert: > > Le 2010-05-25 à 13:28, Chuck Hill a écrit : > >> Hi Pascal, >> >> On May 24, 2010, at 5:14 PM, Pascal Robert wrote: >> >>> Hi everyone, >>> >>> I'm working on a Nagios plugin that will use the /admin/info direct action >>> that was added in

Re: SproutCore & ERRest

2010-05-25 Thread Johnny Miller
LOL. I was thinking it would be a good idea from a WO publicity standpoint to try to get ERRest as one of the data types in the example. I'm going to try emailing the sproutcore group, I'll let you know when I get it worked out. best, Johnny On May 25, 2010, at 3:20 PM, Pascal Robert wrote:

Re: SproutCore & ERRest

2010-05-25 Thread Pascal Robert
I don't have an answer for you, but if you get it working, please update this page :-) http://wiki.objectstyle.org/confluence/display/WONDER/SpoutCore+and+ERRest Hi, I'm trying to work through the sample sproutcore application found here: http://wiki.sproutcore.com/Todos%C2%A0Int

SproutCore & ERRest

2010-05-25 Thread Johnny Miller
Hi, I'm trying to work through the sample sproutcore application found here: http://wiki.sproutcore.com/Todos%C2%A0Intro In place of the backends they recommend I'm trying to hook it up to ERRest. I've created the POJO for the object they want us to use and ERRest is vending the JSON. I can

Re: When can I expect my WOComponent to get garbage collected?

2010-05-25 Thread Ricardo J. Parada
I'm not relying on the finalize for anything other than for a debug log message to see in the console if my component is getting garbage collected. I'm just trying to get some indication that my component and editing context do get garbage collected eventually. :-) Thanks On May 25, 2010, a

Re: Nagios plugin for JavaMonitor

2010-05-25 Thread Pascal Robert
Le 2010-05-25 à 13:28, Chuck Hill a écrit : > Hi Pascal, > > On May 24, 2010, at 5:14 PM, Pascal Robert wrote: > >> Hi everyone, >> >> I'm working on a Nagios plugin that will use the /admin/info direct action >> that was added in the Wonder variant of JavaMonitor. Right now, the plugin >> i

Re: When can I expect my WOComponent to get garbage collected?

2010-05-25 Thread Q
On 26/05/2010, at 8:00 AM, Ricardo J. Parada wrote: > Hi All, > > I have a component with its local editing context. After the session > expires, I was expecting to see the finalize method in my component to get > called eventually, but it seems to stick around. So I wondered, how long > do

Re: Snow Leopard, Apache 2.2, Skewed Load Balancing?

2010-05-25 Thread Anjo Krank
Am 25.05.2010 um 22:46 schrieb Chuck Hill: >> Can you try "ab"? This should show things with more accurate numbers. >> >> ab -n 500 http://whereever > > What would that show relevant to the woadaptor load balancer choosing > instances for requests without a woinst cookie or number in the URL?

Re: When can I expect my WOComponent to get garbage collected?

2010-05-25 Thread Travis Britt
Are you storing a reference to your component instance somewhere? But, the finalize method is not guaranteed to be called depending on your JVM and memory sitch. I only use it for freeing memory I allocate via native methods, which I doubt applies in this case? tb On May 25, 2010, at 6:00 PM,

When can I expect my WOComponent to get garbage collected?

2010-05-25 Thread Ricardo J. Parada
Hi All, I have a component with its local editing context. After the session expires, I was expecting to see the finalize method in my component to get called eventually, but it seems to stick around. So I wondered, how long does a component stick around? Or is there a list of things to avoi

Re: Snow Leopard, Apache 2.2, Skewed Load Balancing?

2010-05-25 Thread Chuck Hill
Hi George, Thanks! I forgot to mention before that this was during load testing. It is possible that the many threads are just started up in an order that induces this. Though I don't really see how. Chuck On May 25, 2010, at 1:59 PM, George Domurot wrote: Hey Chuck, We haven't seen

Re: Snow Leopard, Apache 2.2, Skewed Load Balancing?

2010-05-25 Thread George Domurot
Hey Chuck, We haven't seen this in our environment. -George On May 25, 2010, at 12:21 PM, Chuck Hill wrote: > Has anyone else seen odd load balancing on Snow Leopard with Apache 2.2? I > have six instances and the load is 90% on instances 1, 3, and 5. I've tried > changing the Default load

Re: Snow Leopard, Apache 2.2, Skewed Load Balancing?

2010-05-25 Thread Chuck Hill
On May 25, 2010, at 1:30 PM, Anjo Krank wrote: ~300 Transactions and 4-50 Sessions are, like, nothing if your instance is up for more than 5 mins? It was just a quick picture... How could I have known :) The distribution is the same after 100s of sessions and thousands of transactions.

Re: Snow Leopard, Apache 2.2, Skewed Load Balancing?

2010-05-25 Thread Anjo Krank
>> ~300 Transactions and 4-50 Sessions are, like, nothing if your instance is >> up for more than 5 mins? > > It was just a quick picture... How could I have known :) >> All it takes is one users looking at a lot of pages to skew these figures. > > That would skew the # of transactions, yes.

Re: Snow Leopard, Apache 2.2, Skewed Load Balancing?

2010-05-25 Thread Chuck Hill
On May 25, 2010, at 1:11 PM, Anjo Krank wrote: ~300 Transactions and 4-50 Sessions are, like, nothing if your instance is up for more than 5 mins? It was just a quick picture... All it takes is one users looking at a lot of pages to skew these figures. That would skew the # of transact

Re: Snow Leopard, Apache 2.2, Skewed Load Balancing?

2010-05-25 Thread Anjo Krank
~300 Transactions and 4-50 Sessions are, like, nothing if your instance is up for more than 5 mins? All it takes is one users looking at a lot of pages to skew these figures. Apart from that, I dimly remember the host and port setting also influenced the load distribution. Cheers, Anjo Am 25

Snow Leopard, Apache 2.2, Skewed Load Balancing?

2010-05-25 Thread Chuck Hill
Has anyone else seen odd load balancing on Snow Leopard with Apache 2.2? I have six instances and the load is 90% on instances 1, 3, and 5. I've tried changing the Default load balancing to Round Robin (which I think is the same as Default) as well as Load Average. Neither of those chang

Re: Nagios plugin for JavaMonitor

2010-05-25 Thread Chuck Hill
Hi Pascal, On May 24, 2010, at 5:14 PM, Pascal Robert wrote: Hi everyone, I'm working on a Nagios plugin that will use the /admin/info direct action that was added in the Wonder variant of JavaMonitor. Right now, the plugin is doing the doing the following : - for the "state" key, if th

Re: Styling question

2010-05-25 Thread Gustavo Pizano
Wow great.. let me digest it and see if I understand it.. I will write you back if I encounter some problem. thanks a lot Gustavo On 25.5.2010, at 12:58, Farrukh Ijaz wrote: > Hi, > > Design a framework "MyTheme" and put all the required images, css, js etc in > the WebServerResources fold

Re: Styling question

2010-05-25 Thread Farrukh Ijaz
Hi, Design a framework "MyTheme" and put all the required images, css, js etc in the WebServerResources folder e.g. /WebServerResources /css /js /images Define the complete UI of you application using a default set of CSS files. E.g. default.css contains is something li

RE: Styling question

2010-05-25 Thread Weide, Björn
Hi, I think you should style your app with CSS, maybe with a main CSS containing all the core styles and some custom CSS containing different color schemes - then you can just store a reference to the scheme css. Ciao, Bjoern -Original Message- From: webobjects-dev-bounces+bw=condat...@l

Styling question

2010-05-25 Thread Gustavo Pizano
Hello all. We are analyzing one project we might develop... within the reqs there is one that allows the user to set up its own "color-theme". So the idea is that the app will contain some Custom WOcomponetns which are just boxes with a title, rounded corners and that title has a color backgrou