Re: Does "persist" mean *commit* ??
On Wed, 30 Jul 2008 23:09:36 -0700 (PDT), Sébastien de Mapias
<sglrigaud@xxxxxxxxx> wrote, quoted or indirectly quoted someone who
said :
If HibernateTemplate's 'save' means "persist", i.e. write objects
to disk, then 'save' means 'commit' am I right ?
I would never trust a computer prgrammer to use an English verb in a
consistent way. You are lucky when he spells it correctly. Even Sun
has some boners. You have read the docs, experiment or study the
source code to find out what any particular method does.
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
.
Relevant Pages
- Re: EWF - force write
... > We are talking here about RAM EWF not DISK overlay, ... > Live commit option is not possible to implement on running OS partition. ... I don't think this would be hard to avoid such problems since read/write disk operations are redirected to one code - EWF. ... > Live RAM EWF commit would be possible only on non OS partitions if you can unmount safely file system. ... (microsoft.public.windowsxp.embedded) - [PATCH] improve jbd fsync batching
... There is a flaw with the way jbd handles fsync batching. ... sleep for 1 jiffie in order to wait for new writers to join into the transaction ... before forcing the commit. ... storage the time it takes to commit a transaction to disk is way ... (Linux-Kernel) - Re: EvfMgr C: -commit followed by Power Down gives lost changes
... directly after commit. ... someone turning power off). ... > EWF is between disk driver and filesystem driver. ... (microsoft.public.windowsxp.embedded) - Re: Will FlushFileBuffers be automatically called on CloseHandle(hFile)?
... that you track what is and is not commited to the magnetic surface. ... flushes to commit a transaction. ... But now the disk drive takes over, ... butters to a modern hard drive means that the buffers are written to the onboard buffers ... (microsoft.public.vc.mfc) - Re: EvfMgr C: -commit followed by Power Down gives lost changes
... After the commit then force a restart using: ... > Meaning the users can only use the commit.bat file that flushes the disk. ... > Sync ... > Slobodan Brcin wrote: ... (microsoft.public.windowsxp.embedded) |
|