Re: Load Cocoon servers

2004-07-06 Thread Brent Johnson
I splt the rows up. But if you're planning on working with a million rows per client per year.. yeah offline processing would probably be best. My webgate app does realtime processing of television programming to create an online TV grid.. and thats still only about 20,000 records. But even live

Re: Load Cocoon servers

2004-07-05 Thread Yves Vindevogel
do you serve 7000 rows in a page, or does your query return 7000 rows that you split up ? my database will be around euh, 1 million records per client per year (target: 100 clients) (that's why i want to do off line storage) On 05 Jul 2004, at 17:51, Brent Johnson wrote: I'm running similar

Re: Load Cocoon servers

2004-07-05 Thread Brent Johnson
Hmm.. I mainly test with IE so I'm not sure if Firefox or Mozilla showed blank or not. I made the suggested modifications to the configuration (upping the pool max, upping the heapsize, and adding the xerces and xml-apis jars to be loaded by your app servers classloader) and it hasnt served a bla

Re: Load Cocoon servers

2004-07-05 Thread Ralph Goers
Was this with Internet Explorer? We have seen a similar problem. I have assumed that there is a problem with Weblogic server. When viewing with IE sometimes blank pages are returned. However, with Firefox we see that the pages are actually returned with 4 hex zeros at the start and the end bef

Re: Load Cocoon servers

2004-07-05 Thread Brent Johnson
I'm running similar amounts of load in production for an intranet site I did that runs Cocoon 2.1.4 - about to be upgraded to 2.1.5. It's only accessible by certain individuals (around 50 or so.. but usually never sees more than 10-20 at a time). I've had no reports of any site problems. We are

Re: Load Cocoon servers

2004-07-05 Thread Antonio Gallardo
Yves Vindevogel dijo: > Well, we would start out with one server (the DL described) > When the app is succesful for my client, the second server can be > bought. > That would immediatly split up webserver and database server > > Users: 10 simultaniously running pages of 30K. That's a strict minimu

Re: Load Cocoon servers

2004-07-05 Thread Yves Vindevogel
On 05 Jul 2004, at 11:07, Ugo Cei wrote: Il giorno 05/lug/04, alle 00:39, Yves Vindevogel ha scritto: There's a big postgresql database behind it, but the database will only be queried from time to time. Most of the work is done by generating XML out-of that database and storing it into Cocoon's

Re: Load Cocoon servers

2004-07-05 Thread Yves Vindevogel
Well, we would start out with one server (the DL described) When the app is succesful for my client, the second server can be bought. That would immediatly split up webserver and database server Users: 10 simultaniously running pages of 30K. That's a strict minimum. But that should never give a

Re: Load Cocoon servers

2004-07-05 Thread Yves Vindevogel
Yves Vindevogel [mailto:[EMAIL PROTECTED] Envoye : lundi 5 juillet 2004 10:37 A : [EMAIL PROTECTED] Objet : Re: Load Cocoon servers I can run on space ship on slackware with 1 mb ;-)) Problem is that I need to make the bid before the application. So any hints would be nice. So you would go for more R

Re: Load Cocoon servers

2004-07-05 Thread Ugo Cei
Il giorno 05/lug/04, alle 00:39, Yves Vindevogel ha scritto: There's a big postgresql database behind it, but the database will only be queried from time to time. Most of the work is done by generating XML out-of that database and storing it into Cocoon's folders. Do you mean that generation of t

Re: Load Cocoon servers

2004-07-05 Thread Antonio Gallardo
Yves Vindevogel dijo: > I can run on space ship on slackware with 1 mb ;-)) > > Problem is that I need to make the bid before the application. > So any hints would be nice. > > So you would go for more RAM in the machine right away ? For sure 1 Megabyte will not be enough to run tomcat + linux. W

RE: Load Cocoon servers

2004-07-05 Thread Samuel Tribehou
:37 A : [EMAIL PROTECTED] Objet : Re: Load Cocoon servers I can run on space ship on slackware with 1 mb ;-)) Problem is that I need to make the bid before the application. So any hints would be nice. So you would go for more RAM in the machine right away ? On 05 Jul 2004, at 06:17, Antonio Gal

Re: Load Cocoon servers

2004-07-05 Thread Yves Vindevogel
I can run on space ship on slackware with 1 mb ;-)) Problem is that I need to make the bid before the application. So any hints would be nice. So you would go for more RAM in the machine right away ? On 05 Jul 2004, at 06:17, Antonio Gallardo wrote: Yves Vindevogel dijo: Is there a website where I

Re: Load Cocoon servers

2004-07-04 Thread Antonio Gallardo
Yves Vindevogel dijo: > Is there a website where I can find statistics on the number of servers > you need to run a Cocoon application. > Or somebody who is willing to share his/her information about their > stress tests ? > > I'm making a bid for a webapp. Completely Cocoon based. > There's a big

Load Cocoon servers

2004-07-04 Thread Yves Vindevogel
Is there a website where I can find statistics on the number of servers you need to run a Cocoon application. Or somebody who is willing to share his/her information about their stress tests ? I'm making a bid for a webapp. Completely Cocoon based. There's a big postgresql database behind it, b