Remember to commit your BDBWorker!
By Jeff Kuo
If you're developing Java programs that access the Ragic Java API, 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!
Category: Talking Ragic > Learn Ragic
Powered by Ragic! : #1 No Code tool for digitalizing your business processes