2
Good Afternoon Staff, I would like some suggestions for alternative ways of accessing data on an application server, more specifically a Jboss 6. It happened that I have an application hosted in a Jboss 6 and need to from time to time recover data stored in BD or file (as the amount of data is not very large I am currently using file reading solution). However, frequent reading of the file and/or consultation of the BD, besides consuming memory, also affects the performance of the system. Would they know any alternative way to read the data ? For example, any way to keep the data read from BD/file in memory (Cache)? Just to clarify, the reading to the/BD file is done from time to time, for ex every 2 hours, and it is necessary that a web project has the information available at all times. Any suggestions ? Just for the record, the web project in question is this one: http://allinyourhandsweb.com Result of a project of mine of about 8 months of development, feel free to any suggestion related to it.
Thank you.
Thank you very much for the reply, utluiz. I tried to start the implementation using "Apache Java Cache Systems", however when climbing jboss I noticed an error related to Transactionmanager. You’d have an idea what it could be ?
– rbertani
@rbertani This is very generic. It is easier for transaction error to be linked to database configuration. I suggest you post another question here in the OS with configuration details and with the code snippet (method or class) where the error occurs, plus the error stacks. Hug.
– utluiz
Dude, I’ll try to implement using "Memcached", it seemed like a better solution. Anyway, if I discover the error in the JCS put here. Thanks for the support.
– rbertani