Foros de discusión

How to improve server's performance by avoiding FileSystemHook

Marina Glebova, modificado hace 12 años.

How to improve server's performance by avoiding FileSystemHook

New Member Mensajes: 15 Fecha de incorporación: 27/02/12 Mensajes recientes
Hello! I'm beginner in programming and developing under the Liferay.
And I really need your help.I have a site developed under the Liferay.
There is used FileSystemHook for uploading files.I was told that avoiding
the using the Java Virtual Machine may improve the perfomance of the site
during downloading from the server.I'm not sure this is good idea to integrate
JVM processes with other.Any ideas?
thumbnail
Hitoshi Ozawa, modificado hace 12 años.

RE: How to improve server's performance by avoiding FileSystemHook

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
If you have large files that are often read but not updated, FileSystem offers better performance

I was told that avoiding
the using the Java Virtual Machine may improve the perfomance of the site
during downloading from the server


If you download directly, you'll not get Liferay's permission. Another option may be to use WebDAV
to upload and download from Liferay's document library.