Is it possible to run elFinder on multiple php-fpm replicas? #3340
-
|
elFinder heavily uses methods for manipulation with the local files. Is it then safe to presume, the application will behave properly? From the reported issue (shopsys/shopsys#2172) it looks like the presence of the As it's mentioned in shopsys/shopsys#2172
If elFinder is not yet ready for the stateless clouds, do you plan to improve? And the last question. As a workaround, it's possible to safely ignore thrown Thank you for your answers and your time. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Hi, I don't want to bother you, but did you find time to think about this issue? |
Beta Was this translation helpful? Give feedback.
-
|
Yes, certainly elFinder is designed without considering accessing the same file system on multiple instances. @grossmannmartin elFinder is connected to the server via classically HTTP communication and performs a file check to detect that the server has interrupted processing. If you can't detect a server-side interruption, Ajax may remain open and remain as a zombie. I don't have any ideas on how to get around it, but if you have any suggestions for improvement, please send a PR to the project. |
Beta Was this translation helpful? Give feedback.
Yes, certainly elFinder is designed without considering accessing the same file system on multiple instances.
@grossmannmartin elFinder is connected to the server via classically HTTP communication and performs a file check to detect that the server has interrupted processing.
If you can't detect a server-side interruption, Ajax may remain open and remain as a zombie.
I don't have any ideas on how to get around it, but if you have any suggestions for improvement, please send a PR to the project.