aungmyo / impala

Automatically exported from code.google.com/p/impala
0 stars 0 forks source link

Introduce FrameworkLockHolder for ModuleProxyServlet and ModuleProxyFilter #308

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Applies as of r5391

Currently FrameworkLockHolder readLock and readUnlock are only called for
external servlets. Should also support this via ModuleProxyFilter and
ModuleProxyServlet.

This means that if reloading is taking place during method invocation, the
application will block temporarily until module reloading is complete,
resulting in a more robust reloading experience.

Original issue reported on code.google.com by philzoio...@googlemail.com on 6 Mar 2010 at 1:49

GoogleCodeExporter commented 9 years ago
Fixed with r5392

Original comment by philzoio...@googlemail.com on 6 Mar 2010 at 1:55