The Ragic Guide
Transforming the way your business works with IT software and cloud services
Follow us on Social Media!
Trending
Applications
Case Studies
What is Ragic
Talking Ragic
Facebook Twitter YouTube
Product
Guide
About
Trending
Applications
Case Studies
What is Ragic
Talking Ragic

Remember to commit your BDBWorker!

By Jeff Kuo

If you are develop Java programs accessing the Java API of Ragic. I'm sure you've heard us reminding you that you must use this construct to make sure that the worker is certainly committed and closed after any operation.

BDBWorker worker=new BDBWorker(xxx);try{

...

...

}

finally{

worker.commit();

}

This is just another reminder, please remember to do so! Failing to do so will cause memory leak each time the worker is not committed and eventually your Ragic private server will run out of memory!

Powered by Ragic! : #1 No Code tool for digitalizing your business processes
Keeping business data on Excel is not only a big productivity drain, it's error prone and provides no adequate trail of audit. As your team grows, managing data with spreadsheets become increasingly painful.
Create your first database now!

Start Ragic for Free

Sign up with Google