weirdo Posted March 21, 2012 Posted March 21, 2012 Hello, I have a problem with a single resource that makes the server crash by overusing server RAM. The resource uses very much XML but the files are always unloaded. Is there any way to fix this without moving to e.g. SQL?
0 Alpha Posted March 22, 2012 Posted March 22, 2012 XML is not recommended for saving, unless it's one file, you are probably using it for accounts or such. I recommend SQLite.
0 Jaysds1 Posted March 22, 2012 Posted March 22, 2012 If your using it to save things on your computer, like accounts, then there's no way to fix this... Unless you could create an xml file on the clients computer and check to see if it's there.
0 albertodegama Posted March 26, 2012 Posted March 26, 2012 Strings are the most commonly used objects in any Java program. They are used for storing a collection of characters. These characters when combined form a String with the property that the contents of the String can not be changed once created. String Usage in Java Strings are used invariably with every other concept in Java be it Multi-threading , Serialization, Reflection, Collection, and Exceptions etc. But strings usage can also lead to improper programs being created with subtle issues like memory leaks and performance overhead.
Question
weirdo
Hello,
I have a problem with a single resource that makes the server crash by overusing server RAM. The resource uses very much XML but the files are always unloaded. Is there any way to fix this without moving to e.g. SQL?
5 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now