posted 15 years ago
Not built in... you MIGHT be able to custom code this in.. but I'm not sure how you'd make this generic.
AFAIK, most applications that need to deal with lots of files either:
Take a big performance hit to store data in databases (and become tied to a much smaller set of DB's that support this well).
Or assume that the cluster application being used has a file syncing mechanism (I think Websphere and some others have this).
Or use some sort of shared file system.
Since all of the user uploaded files associated with jForum are write once, read many... it's not a bad choice to use a shared file system.
[originally posted on jforum.net by monroe]