On Apr 11, 2007, at 12:50 PM, David Avendasora wrote:
On Apr 11, 2007, at 2:03 PM, Chuck Hill wrote:
On Apr 11, 2007, at 12:01 PM, Ken Anderson wrote:
This is one of Jerry's reponses:
http://lists.apple.com/archives/webobjects-dev/2005/Jul/
msg00509.html
I am trying to wrap my mind aroun
On Apr 11, 2007, at 2:03 PM, Chuck Hill wrote:
On Apr 11, 2007, at 12:01 PM, Ken Anderson wrote:
This is one of Jerry's reponses:
http://lists.apple.com/archives/webobjects-dev/2005/Jul/msg00509.html
I am trying to wrap my mind around what Jerry has written here. It's
going to take me
Mike Schrag wrote on 4/11/07 2:39 PM:
That's a clever idea ... Does that CGI script fire in the case of a
request timeout that causes a No instance available even if the user has
dropped their connection before the request actually times out?
I think so, as I do get some seemingly spurious err
On Apr 11, 2007, at 12:01 PM, Ken Anderson wrote:
This is one of Jerry's reponses:
http://lists.apple.com/archives/webobjects-dev/2005/Jul/msg00509.html
You can go to lists.apple.com and pretty much search your heart out.
What Chuck is suggesting happening is that you have something on
you
This is one of Jerry's reponses:
http://lists.apple.com/archives/webobjects-dev/2005/Jul/msg00509.html
You can go to lists.apple.com and pretty much search your heart out.
What Chuck is suggesting happening is that you have something on your
page (like a WOConditional) that's state is bound t
On 11-Apr-07, at 2:34 PM, Gino Pacitti wrote:
Are there any docs on running two wotaskd on a single machine each
serving a different ethernet port and IP address?
This should get you started:
"Deploying Multiple Sites" on a single machine:
http://developer.apple.com/documentation/WebObjects/De
Okay, I'm having a hard time finding the info by googling for it. Any
chance of a link?
Thanks,
Dave
On Apr 11, 2007, at 11:16 AM, Ken Anderson wrote:
You can look for my prior postings too... I've even written up a
decent solution a couple of times... :)
On Apr 11, 2007, at 12:07 PM, Ch
That's a clever idea ... Does that CGI script fire in the case of a
request timeout that causes a No instance available even if the user
has dropped their connection before the request actually times out?
ms
On Apr 11, 2007, at 2:28 PM, Zak Burke wrote:
James Cicenia wrote on 4/11/07 10:06
Hi All
Are there any docs on running two wotaskd on a single machine each
serving a different ethernet port and IP address?
Gino
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (Webobjects-dev@lists
James Cicenia wrote on 4/11/07 10:06 AM:
Anyone know of a good cheap service to monitor my web apps when they
stop responding... i.e, no instance available, etc.
My Adaptor Settings/Redirection URL is a CGI script that sends email
(see below). You can also set up a cron-job to periodically hit
On Apr 11, 2007, at 6:36 AM, Ken Anderson wrote:
David,
Are you sure you're looking at the same RSComponent when you find
all the relationships null? To me, that is a clear case of
RSComponent being the target of a mandatory to-one relationship.
Under certain circumstances, EOF will cr
You can look for my prior postings too... I've even written up a
decent solution a couple of times... :)
On Apr 11, 2007, at 12:07 PM, Chuck Hill wrote:
Paging Mr. Walker, Mr. Jerry Walker. Mr. Jerry Walker, please come
to the WO List. :-)
This is one of Jerry's most favored rants. I am
Paging Mr. Walker, Mr. Jerry Walker. Mr. Jerry Walker, please come
to the WO List. :-)
This is one of Jerry's most favored rants. I am pretty sure that
what is happening is that you are modifying the structure of the page
while it is processing the takeValues phase. Search for some of
On 11-Apr-07, at 11:21 AM, Frank Stock wrote:
Hi Mike,
I just installed WOWonder into my project.
How can I set the Object Store now? Can I find an example of that,
Do I just put
er.extensions.ERXObjectStoreCoordinatorPool.maxCoordinators=5 in
the Application class.
I don't use session
On 11.04.2007, at 09:21, Frank Stock wrote:
Do I just put
er.extensions.ERXObjectStoreCoordinatorPool.maxCoordinators=5 in
the Application class.
I don't use sessions so now I set EOEditingContext ec= new
EOEditongContext().
If you really want to use Wonder, do the following:
1. Let yo
Hi Mike,
I just installed WOWonder into my project.
How can I set the Object Store now? Can I find an example of that,
Do I just put
er.extensions.ERXObjectStoreCoordinatorPool.maxCoordinators=5 in the
Application class.
I don't use sessions so now I set EOEditingContext ec= new
EOEdito
Yep -- @see ERXObjectStoreCoordinatorPool and
ERXObjectStoreCoordinatorSynchronizer for more info. This is also
the same backend that ERXRemoteSynchronizer hooks into to do multicast
(/whatever) remote change notification.
ms
On Apr 11, 2007, at 10:17 AM, David LeBer wrote:
On 11-Apr-07,
On 11-Apr-07, at 9:53 AM, Frank Stock wrote:
I did some stress-testing and one of the calls goes from 1 second
to 22 seconds under heavy load.
Wow, why such a change in timing? Sounds like you need to profile
this application with Shark and see what's going on! I'd make a
recording of a
On 11-Apr-07, at 10:05 AM, Mike Schrag wrote:
You have to be sort of careful, because making new EOF stacks means
you have to deal w/ cache freshness issues. If you're using
Wonder, this is not really an issue -- you can just turn on:
er.extensions.ERXObjectStoreCoordinatorPool.maxCoordina
Hello -
Anyone know of a good cheap service to monitor my web apps when they
stop responding... i.e, no instance available, etc.
Thanks
James Cicenia
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (W
You have to be sort of careful, because making new EOF stacks means
you have to deal w/ cache freshness issues. If you're using Wonder,
this is not really an issue -- you can just turn on:
er.extensions.ERXObjectStoreCoordinatorPool.maxCoordinators=5
and it will keep the stores in sync. Th
We have an application with a lot of SOAP-CALLS. It seems that our
Object Store is becoming a bottle-neck (MySQL). I did some stress-
testing and one of the calls goes from 1 second to 22 seconds under
heavy load. I did a test with a new Objects Store, just for that call
and it goes to 2 sec
(truncated old messages to get past filter)
On Apr 11, 2007, at 6:36 AM, Ken Anderson wrote:
David,
Are you sure you're looking at the same RSComponent when you find
all the relationships null? To me, that is a clear case of
RSComponent being the target of a mandatory to-one relationship.
David,
Are you sure you're looking at the same RSComponent when you find all
the relationships null? To me, that is a clear case of RSComponent
being the target of a mandatory to-one relationship. Under certain
circumstances, EOF will create an empty EO that's the target of that
mandato
Hi Bruno,
You can use applicationNumber() from WORequest
Xavier
Hello,
How can I get the instance number of an application in Application?
I try number() but It always gives me "-1"...
Thank you.
___
Do not post admin requests to the list. They w
Hello,
How can I get the instance number of an application in Application?
I try number() but It always gives me "-1"...
Thank you.
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (Webobjects-dev@lists
26 matches
Mail list logo