what about the performance of the ofbiz

2008-06-18 Thread 和风赛跑
If there are thousands of pepole access my website use the ofbiz at the same time,anyone can tell me the performance? I am not sure the performance if I use the ofbiz,anyone can tell me ? Thank you in advance. john

RE: what about the performance of the ofbiz

2008-06-18 Thread [EMAIL PROTECTED]
Try this link: http://lists.ofbiz.org/pipermail/announce/2002-February/03.html It's a bit old, but will give you some idea. As a general rule, you can search Nabble for almost all your questions. Try typing in performance in nabble and it will turn up this link along with a gazzilion

KUDOS for server performance of Demo Site

2008-04-05 Thread Enrique Ruibal
, it is a great user experience. -Enrique Ruibal -- View this message in context: http://www.nabble.com/KUDOS-for-server-performance-of-Demo-Site-tp16517470p16517470.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: findListIteratorByCondition performance

2008-01-01 Thread David E Jones
with that... -David On Dec 31, 2007, at 6:24 PM, Chris Howe wrote: I've recently been playing with a data set that has about 4 million records in the Person entity and am having some performance issues in the Entity Data Maintenance portion of Webtools. The only search term is partyTypeId=PERSON

Re: findListIteratorByCondition performance

2008-01-01 Thread BJ Freeman
sent the following on 12/31/2007 5:24 PM: I've recently been playing with a data set that has about 4 million records in the Person entity and am having some performance issues in the Entity Data Maintenance portion of Webtools. The only search term is partyTypeId=PERSON The bottleneck

Re: findListIteratorByCondition performance

2008-01-01 Thread BJ Freeman
that may cause a problem. Chris Howe sent the following on 12/31/2007 5:24 PM: I've recently been playing with a data set that has about 4 million records in the Person entity and am having some performance issues in the Entity Data Maintenance portion of Webtools. The only search term

findListIteratorByCondition performance

2007-12-31 Thread Chris Howe
I've recently been playing with a data set that has about 4 million records in the Person entity and am having some performance issues in the Entity Data Maintenance portion of Webtools. The only search term is partyTypeId=PERSON The bottleneck is the resultEli = delegator... It takes about 30

Re: findListIteratorByCondition performance

2007-12-31 Thread BJ Freeman
some performance issues in the Entity Data Maintenance portion of Webtools. The only search term is partyTypeId=PERSON The bottleneck is the resultEli = delegator... It takes about 30 seconds efo.setResultSetType(EntityFindOptions.TYPE_SCROLL_INSENSITIVE); EntityListIterator resultEli

Re: findListIteratorByCondition performance

2007-12-31 Thread Chris Howe
recently been playing with a data set that has about 4 million records in the Person entity and am having some performance issues in the Entity Data Maintenance portion of Webtools. The only search term is partyTypeId=PERSON The bottleneck is the resultEli = delegator... It takes about

Re: findListIteratorByCondition performance

2007-12-31 Thread BJ Freeman
, highIndex - lowIndex + 1 1, 4million- 1+1 = 4million. the other is for 200 only. Chris Howe sent the following on 12/31/2007 5:24 PM: I've recently been playing with a data set that has about 4 million records in the Person entity and am having some performance issues in the Entity Data

Unusual performance question

2007-11-09 Thread stupid
95% and I am processing 8+ records an hour.I did nothing else except for deleting the contents of the logs directory.This is running on MS Windows.Anyone have a clue as to what could explain the performance increase (so I can duplicate it again)?Skip

Re: Unusual performance question

2007-11-09 Thread BJ Freeman
as to what could explain the performance increase (so I can duplicate it again)? Skip

performance input

2007-11-03 Thread BJ Freeman
have a 3ghz cpu 1 gig of ram postresql RHE4. under full load which is reading in 1000 of products from remote sites parsing the data and crud the products in ofbiz, besides handling Realtime orders reception, storage, parsing and processing upto 1000/per second. the cpu usage is below 60%.

RE: performance input

2007-11-03 Thread [EMAIL PROTECTED]
that the service to create an Invoice from a Shipment is taking 6+ seconds. Skip -Original Message- From: BJ Freeman [mailto:[EMAIL PROTECTED] Sent: Saturday, November 03, 2007 3:59 PM To: user@ofbiz.apache.org Subject: performance input have a 3ghz cpu 1 gig of ram postresql RHE4. under

Re: performance input

2007-11-03 Thread BJ Freeman
[mailto:[EMAIL PROTECTED] Sent: Saturday, November 03, 2007 3:59 PM To: user@ofbiz.apache.org Subject: performance input have a 3ghz cpu 1 gig of ram postresql RHE4. under full load which is reading in 1000 of products from remote sites parsing the data and crud the products in ofbiz

performance test: jmeter sample test plans for login in ofbiz

2007-07-04 Thread Milind Pol
Hello, I am fairly new to ofbiz. I am trying to write test plans in jmeter to test ofbiz performance. But not able to go pass the login. Does anyone has any test plans using jmeter? Can you please share a sample login? I am attaching my test plan where I always get invalid login page

Performance in org.ofbiz.entity.util.EntityListIterator

2007-06-26 Thread Rodrigo Souza
Hi community! This is a my implementation to best performance in pagination using org.ofbiz.entity.util.EntityListIterator class. Add this method to get size of resultset without create GenericValue. * public int getSize()throws GenericEntityException {* *int result = 0;* *try

Re: Ofbiz performance test

2007-04-19 Thread David E. Jones
requirements. Obviously we can use Webload to publish out performance test results based on specific hardware and software configuration. So GPL licensing won't pose any problem for us as we are not changing the source of webload just using it as it is. Moreover we are not bundling it with ofbiz

RE: Ofbiz performance test

2007-04-19 Thread Vikrant.Rathore
Subject: Re: Ofbiz performance test One of the big goals for testing tools and a test suite in OFBiz is to have tests that can be automatically run periodically by a server, and preferably something that only requires a checkout, build, run tests. At this point we haven't a test tool

RE: Ofbiz performance test

2007-04-19 Thread Vikrant.Rathore
/ Also we can built functional test using JMeter. Thanks with best regards, Vikrant -Original Message- From: David E. Jones [mailto:[EMAIL PROTECTED] Sent: Thursday, April 19, 2007 4:20 PM To: user@ofbiz.apache.org Subject: Re: Ofbiz performance test One of the big goals for testing

Re: Ofbiz performance test

2007-04-19 Thread G.Venkata Phanindra
] Sent: Thursday, April 19, 2007 4:20 PM To: user@ofbiz.apache.org Subject: Re: Ofbiz performance test One of the big goals for testing tools and a test suite in OFBiz is to have tests that can be automatically run periodically by a server, and preferably something that only requires a checkout

Re: Ofbiz performance test

2007-04-19 Thread Cameron Smith
Dear Vikrant, the following information may or may not be of use to you. We have one OFBiz-based product which runs as a windows service on a laptop. If the computer has at least 756Mb RAM, the application runs satisfactorily once it gets going. However the specific problem we had was startup

RE: Ofbiz performance test

2007-04-19 Thread Vikrant.Rathore
performance when database grow exponentially. To give you an idea we expect our database size would reach atleast 600 GB in 1 year and also the number of active members would be in upwards of 2.5 million. We do a lot of warehouse and financial operations. So performance measurement is a must for us

Using webload for performance testing

2007-04-18 Thread Vikrant.Rathore
and response results were very good. Attaching with this mail the entity performance test. Thanks with best regards, Vikrant performancetest.txt Test with 10,000 Customers NOTE: These performance results may vary a great deal for different databases, JDBC drivers, JTA implementations (transaction

Ofbiz performance test

2007-04-18 Thread Vikrant.Rathore
Hi Everyone, I have started working on creating a performance test for ofbiz along with its development. I am using the tool http://www.webload.org/ to do functional as well as performance testing. I could have done this in Selenium or JMeter but it seems webload is polished, easy and now is open

Re: Ofbiz performance test

2007-04-18 Thread David E. Jones
on creating a performance test for ofbiz along with its development. I am using the tool http://www.webload.org/ to do functional as well as performance testing. I could have done this in Selenium or JMeter but it seems webload is polished, easy and now is open source. If anyone else has some

RE: Ofbiz performance test

2007-04-18 Thread Vikrant.Rathore
Webload to publish out performance test results based on specific hardware and software configuration. So GPL licensing won't pose any problem for us as we are not changing the source of webload just using it as it is. Moreover we are not bundling it with ofbiz (there is no need its better if user

View allow category performance impact

2007-02-09 Thread Jacques Le Roux
Hi, I read in Apache OFBiz Business Setup Guide that using View Allow category has a performance impact and that sometimes alternatives might be desirable. May I have more information about that point, please ? Thanks Jacques

<    1   2