Re: Instance gets down after approx 500 hits; Database backup; Connection pooling with Single Database Context

2010-04-23 Thread Farrukh Ijaz
Thanks Chuck for your response. On 2010-04-23, at 1:09 AM, Chuck Hill wrote: On Apr 22, 2010, at 2:17 PM, Farrukh Ijaz wrote: Hi WOGurus, 1. We've few applications based on same database structure. What happens, one of the application after approximately 500 hits gets down. What can

Re: announcement

2010-04-23 Thread Matthias Jakob
Hi! Yes Dave, me to. Mike is one of the best developers here ... itself deeply bowing .. Matthias Message: 3 Date: Thu, 22 Apr 2010 11:45:31 -0400 From: David Avendasora webobje...@avendasora.com Subject: Re: announcement To: Alan Ward aw...@apple.com Cc: WO Dev Group

Re: Instance gets down after approx 500 hits; Database backup; Connection pooling with Single Database Context

2010-04-23 Thread Mike Schrag
er.extensions.ERXJDBCAdaptor.className=er.extensions.jdbc.ERXJDBCAdaptor er.extensions.ERXJDBCAdaptor.useConnectionBroker = true er.extensions.ERXJDBCAdaptor.switchReadWrite=false er.extensions.ERXDatabaseContext.className = er.extensions.eof.ERXDatabaseContext

Re: announcement

2010-04-23 Thread Mike Schrag
thanks everyone for all the nice comments ... i should print all these out and reuse them at my funeral! ms On Apr 23, 2010, at 3:59 AM, Matthias Jakob wrote: Hi! Yes Dave, me to. Mike is one of the best developers here ... itself deeply bowing .. Matthias Message: 3 Date: Thu, 22

Re: announcement

2010-04-23 Thread Timo Hoepfner
Congratulations Lachlan for your family addition. In my experience, life gets easier again somewhere between the age of 1 and 2 years. This is from someone with 3 daughters... :) Regarding your new job: I hope you will stay around anyway. Timo Am 22.04.2010 um 04:40 schrieb Lachlan Deck:

Re: announcement

2010-04-23 Thread Dev WO
June 2123, a couple days before WWDC '123, Mike The Unstoppable Code Machine Schrag passed away. Using WebObjects, Wonder and WOLips, he was able to last more than any other software-enhanced humans (namely phpmen and railsmen). We will miss his craziness, friendship and community contributions.

Re: announcement

2010-04-23 Thread Amedeo Mantica
inline: PastedGraphic-1.png On 23/apr/2010, at 12.05, David Avendasora wrote: On Apr 23, 2010, at 5:26 AM, Dev WO wrote: June 2123, a couple days before WWDC '123, Mike The Unstoppable Code Machine Schrag passed away. Noo!

Re: Instance gets down after approx 500 hits; Database backup; Connection pooling with Single Database Context

2010-04-23 Thread Chuck Hill
On Apr 23, 2010, at 12:29 AM, Farrukh Ijaz wrote: Thanks Chuck for your response. On 2010-04-23, at 1:09 AM, Chuck Hill wrote: On Apr 22, 2010, at 2:17 PM, Farrukh Ijaz wrote: Hi WOGurus, 1. We've few applications based on same database structure. What happens, one of the application

Statistics

2010-04-23 Thread Ricardo J. Parada
Hi, What should I look at to find out the time a request sits in the queue before it is picked up and processed? Thanks, Ricardo ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: Statistics

2010-04-23 Thread Tom M. Blenko
I don't know how to find that. However, if you have a performance problem, I doubt this is what you want to know so if you do, perhaps you could post what the problem is you are trying to solve. Tom On Apr 23, 2010, at 9:49 AM, Ricardo J. Parada wrote: Hi, What should I look

Re: Statistics

2010-04-23 Thread Kieran Kelleher
Wonder of course, what else could you look at?! - ERXStatistics ERXStatisticsStore request timer logging er.extensions.ERXStatisticsStore.milliSeconds.warn=3000 er.extensions.ERXStatisticsStore.milliSeconds.error=15000 er.extensions.ERXStatisticsStore.milliSeconds.fatal=3 and call this

Re: Statistics

2010-04-23 Thread Kieran Kelleher
And of course, while ERXStatisticsStore can be used in deployment, in development you can use the new framework committed to Wonder recently by Mike ERProfiling On Apr 23, 2010, at 12:49 PM, Ricardo J. Parada wrote: Hi, What should I look at to find out the time a request sits in

Re: Statistics

2010-04-23 Thread Ricardo J. Parada
Thanks... This is deployment... an app that got slow after a release... I'll take a look at ERXStatistics. Thanks! :-) On Apr 23, 2010, at 1:40 PM, Kieran Kelleher wrote: And of course, while ERXStatisticsStore can be used in deployment, in development you can use the new framework

Re: Statistics

2010-04-23 Thread Chuck Hill
On Apr 23, 2010, at 10:44 AM, Ricardo J. Parada wrote: Thanks... This is deployment... an app that got slow after a release... I'll take a look at ERXStatistics. Thanks! Immediately after, or sometime later? Perhaps you are missing an optimization index? :-) On Apr 23, 2010, at 1:40

Re: Instance gets down after approx 500 hits; Database backup; Connection pooling with Single Database Context

2010-04-23 Thread Daniel Roy
Hi, I work with Farrukh :) The application was indeed not responding as I recall. Also, we do dispatch requests concurrently (WOAllowsConcurrentRequestHandling=true). I wonder if enabling ERXStatisticsStore would give us some useful information Daniel Roy

Re: Statistics

2010-04-23 Thread Ricardo J. Parada
I still don't have enough info. :-( All I know is that the elapsed times between the session awake and sleep are very long, which we started noticing immediately after a release (I think). So I don't know yet if it's SQL, network, or something else in the app. There was an upgrade to Oracle

Re: Statistics

2010-04-23 Thread Tom M. Blenko
Try increasing the max Java memory size to see if that affects what you're seeing (if the slowing goes away or takes longer to appear, your working set probably exceeds the max memory). Tom On Apr 23, 2010, at 10:44 AM, Ricardo J. Parada wrote: Thanks... This is deployment... an

Re: announcement

2010-04-23 Thread Lars Sonchocky-Helldorf
Am 23.04.2010 um 05:46 schrieb Gaastra Dennis - WO Lists: Ciao Pascale, You are great and your efforts are very much appreciated. I have also been more than my share, in driving my internal apple WebObjects contact crazy, and complaining why he can't release any of his new work outside

Re: Instance gets down after approx 500 hits; Database backup; Connection pooling with Single Database Context

2010-04-23 Thread Chuck Hill
Hi Daniel, On Apr 23, 2010, at 10:59 AM, Daniel Roy wrote: Hi, I work with Farrukh :) The application was indeed not responding as I recall. Which is odd, as it did not seem to be doing anything at all. Perhaps the app gets slow, the woadaptor gives up on it and marks it as dead and

Re: announcement

2010-04-23 Thread Ricardo J. Parada
On Apr 23, 2010, at 2:04 PM, Lars Sonchocky-Helldorf wrote: How about we do a petition to Apple and/or a Dear Steve Jobs email? I already did this. Quite a while ago. It got ignored silently … I read on the web that he's been answering emails recently. :-) :-)

Re: announcement

2010-04-23 Thread Chuck Hill
On Apr 23, 2010, at 11:10 AM, Ricardo J. Parada wrote: On Apr 23, 2010, at 2:04 PM, Lars Sonchocky-Helldorf wrote: How about we do a petition to Apple and/or a Dear Steve Jobs email? I already did this. Quite a while ago. It got ignored silently … I read on the web that he's been

Re: Statistics

2010-04-23 Thread Mike Schrag
I still don't have enough info. :-( All I know is that the elapsed times between the session awake and sleep are very long, which we started noticing immediately after a release (I think). So I don't know yet if it's SQL, network, or something else in the app. There was an upgrade to

Re: Statistics

2010-04-23 Thread Ricardo J. Parada
Quick question on this stuff... :-) When a request is taking long, this just logs the stack traces of the different threads in the application? Is that what this gives you? Thanks, Ricardo On Apr 23, 2010, at 1:38 PM, Kieran Kelleher wrote: Wonder of course, what else could you look at?!

Re: announcement

2010-04-23 Thread Lars Sonchocky-Helldorf
Am 23.04.2010 um 20:10 schrieb Ricardo J. Parada: On Apr 23, 2010, at 2:04 PM, Lars Sonchocky-Helldorf wrote: How about we do a petition to Apple and/or a Dear Steve Jobs email? I already did this. Quite a while ago. It got ignored silently … I read on the web that he's been answering

Re: announcement

2010-04-23 Thread Johnny Miller
Yeah but, where is Apple going to get their next superstar/wunderkind employee, like Mike, if WebObjects isn't out there? On Apr 23, 2010, at 9:34 AM, Lars Sonchocky-Helldorf wrote: Am 23.04.2010 um 20:10 schrieb Ricardo J. Parada: On Apr 23, 2010, at 2:04 PM, Lars Sonchocky-Helldorf

Linux Apache 2.2 webserver update causing problems

2010-04-23 Thread Mersida Kurti
Hi, Wondering if someone has been having issues when updating their linux box with the latest security patches. We had an update on Thursday, April 22 and after that we started to experience problems with one of our WebObjects applications. Specifically...the sessions are being redirected from

Re: Linux Apache 2.2 webserver update causing problems

2010-04-23 Thread Miguel Arroz
Hi! Have you tried to run the apachectl restart (or graceful) command while the apps are running? In rare occasions, I find that if I launch a new instance of a WO App (that has other instances already running), some Apache worker threads won't be able to talk to the new instance. If I set

Re: Linux Apache 2.2 webserver update causing problems

2010-04-23 Thread Chuck Hill
On Apr 23, 2010, at 2:19 PM, Mersida Kurti wrote: Hi, Wondering if someone has been having issues when updating their linux box with the latest security patches. We had an update on Thursday, April 22 and after that we started to experience problems with one of our WebObjects

Ajax submit when Enter pressed on form fields

2010-04-23 Thread Benjamin Chew
Hi guys, I'm using an AjaxSubmitButton to submit a form and pop up an AjaxModalDialog in the process. Does anyone know of a way that I could do that same submission when a user presses Enter in any of my form fields? I've tried using the js click() method to no avail. Thanks, Ben Code:

Re: Ajax submit when Enter pressed on form fields

2010-04-23 Thread Chuck Hill
AjaxDefaultSubmitButton On Apr 23, 2010, at 3:26 PM, Benjamin Chew wrote: Hi guys, I'm using an AjaxSubmitButton to submit a form and pop up an AjaxModalDialog in the process. Does anyone know of a way that I could do that same submission when a user presses Enter in any of my form

Re: Ajax submit when Enter pressed on form fields

2010-04-23 Thread Benjamin Chew
Chuck, you are the man. Sorry for being such a noob. Thanks for writing that, btw. :) Ben On Fri, Apr 23, 2010 at 3:31 PM, Chuck Hill ch...@global-village.netwrote: AjaxDefaultSubmitButton On Apr 23, 2010, at 3:26 PM, Benjamin Chew wrote: Hi guys, I'm using an AjaxSubmitButton to

Re: Ajax submit when Enter pressed on form fields

2010-04-23 Thread Chuck Hill
On Apr 23, 2010, at 3:40 PM, Benjamin Chew wrote: Chuck, you are the man. Sorry for being such a noob. No worries, it takes a while to find all the bits. Reading over the JavaDocs might be a good idea, you never know what you will find! And AjaxExample and AjaxExample2

Re: Statistics

2010-04-23 Thread Kieran Kelleher
This tells you what thread took the long time and it gives you a snapshot of what every thread was doing *HALF-WAY* thru the long time. In other words if your log.ERROR is set for 30 seconds then the log.WARN message shows what all threads were doing at 15 seconds into the request .. thus

Wotonomy

2010-04-23 Thread Andrew Lindesay
Hello; I see there is a Wotonomy project which (was) is implementing a WO-API re-implementation. Does anybody know what became of that? Is it still being developed? http://sourceforge.net/projects/wotonomy cheers. ___ Andrew Lindesay www.silvereye.co.nz