留言板

How to improve server's performance by avoiding FileSystemHook

Marina Glebova,修改在12 年前。

How to improve server's performance by avoiding FileSystemHook

New Member 帖子: 15 加入日期: 12-2-27 最近的帖子
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,修改在12 年前。

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

Liferay Legend 帖子: 7942 加入日期: 10-3-24 最近的帖子
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.