Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Speed problems with 1.1.3

I compared the source code between the two releases, and could not see
anything that changed that could cause this.

Can you identify what is 20x slower, i.e. reading, inserts, updates,
deletes.  Or narrow down what exactly is slower.

Are you using the same JDK on both machines?  Are you weaving the same on
both machines?  Check that weaving is functioning on the slow machine.

A specific test/use case, or profile would be useful.



KARASZI Istvan wrote:
> 
> dear list!
> 
> we are developing a web application which is deployed to a GlassFish  
> AS and communicating with a PostgreSQL database through EclipseLink.  
> two days ago we were in a hurry of a release, on the night of the  
> release we have found out that the production server is really slow  
> comparing to the test server with the same code on the same HW with  
> the same OS (kernel + libraries).
> 
> the last two days I was to find out the cause of the problem. I  
> checked the HW, ran a lot of benchmarks and profiling, compared the  
> versions of the libraries, checked the kernels, etc. in the morning  
> I've found out that the problem was with the EclipseLink. on the test  
> server the version was 1.1.2 which was running smoothly and fast. and  
> on the production server was version 1.1.3 which was running slow  
> (considerably - about 20x slower).
> 
> i haven't thought that the newer version of EclipseLink could cause  
> the speed problems. have you ever experienced problems like this with  
> this version? or could you give me ideas why it is so slow with the  
> new version?
> 
> if you need any more information about the environment, let me know!
> 
> thanks,
> -- 
> KARASZI Istvan
> 
> 


-----
http://wiki.eclipse.org/User:James.sutherland.oracle.com James Sutherland 
http://www.eclipse.org/eclipselink/
 EclipseLink ,  http://www.oracle.com/technology/products/ias/toplink/
TopLink 
Wiki:  http://wiki.eclipse.org/EclipseLink EclipseLink , 
http://wiki.oracle.com/page/TopLink TopLink 
Forums:  http://forums.oracle.com/forums/forum.jspa?forumID=48 TopLink , 
http://www.nabble.com/EclipseLink-f26430.html EclipseLink 
Book:  http://en.wikibooks.org/wiki/Java_Persistence Java Persistence 
-- 
View this message in context: http://old.nabble.com/Speed-problems-with-1.1.3-tp26141846p26163363.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top