aspose file tools
The moose likes Struts and the fly likes How to read database continously? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "How to read database continously?" Watch "How to read database continously?" New topic
Author

How to read database continously?

Joseph Bashir
Ranch Hand

Joined: Jun 16, 2004
Posts: 41
I am builing an auction website using Struts framework. I need to update data in the database and retrieve data from database continously in order to update the satatus of items (i.e., which items have reached the closing date/time, which bidder have won the bid etc...).

I have written a class for this which does the above mentioned job. Each time any page is accessed on my website this class is called first. This result in java.lang.OutOfMemoryError. Below is the detail of this error:


Please help me to resolve this issue.


Joseph Bashir
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to read database continously?
 
Similar Threads
java.lang.OutOfMemoryError
Apache Tomcat/4.0.1 - HTTP Status 500 - Internal Server Error
Problem creating an image from a remote url
What jar file contains sun.net.smtp.SmtpClient?
Error in Running Servlet online