[jboss-dev-forums] [Design of JBossCache] - Re: Documenting Limitations of FileCacheLoader
manik.surtani@jboss.com
do-not-reply at jboss.com
Tue Oct 17 09:51:44 EDT 2006
Not just NFS, but most shared file systems including SMB do not have a proper notion of file locks (perhaps RHAT's GFS may be different).
And Galder is right, FCL is not performant for large trees since this involves directory traversal, but then again I'm sure this depends on the file system used (ext3 vs reiserfs vs Windows NTFS, etc).
To be honest, I tend to recommend not using this at all in production. I think a much better bet would be the JDBM cache loader, which is pretty poorly documented at the moment.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978798#3978798
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978798
More information about the jboss-dev-forums
mailing list