I was thinking of wrapping the logging procedure into an transaction but I don`t really know how the flushing of the files and all that is handled by the virtual machine(some form of caching can prevent any move I make).
The only way to get close to a guaranteed flush is to use NIO. If you want it to be efficient and reliable you will have to use NIO. I suggest you take a look at java.nio.MappedByteBuffer.
-dain
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
