Originally posted by Thirumurugan Mylrajan:
I used one RAF per method call. But it has its own set of problems too..
I think many people prefer synchronization..
Originally posted by Bob Nedwor:
May be some day I will get a shot at a position where I am actually doing some Java Programming. Passing the SCJD only helps.
Originally posted by Bob Nedwor:
Why do you ask?
Originally posted by Sham Delaney:
I keep all the data in a cache. And dont write to the DB after each update/delete. I wait and write out all the records at specified intervals.
The cached data is the db and it is current..i write to the db file as backup.
Should I be updating constantly to the DB file ?