I have a POE server that spawns some sessions that use
POE::Component::Generic.  Each of these sessions act as a separate
tool in the server.  From time to time, I have to make changes to a
module that is used by one of the sessions.  It requires me to restart
the server now so that the new changes are reflected.  It would be
nice if there was a way to tell the session to reload the module like
it is possible in mod_perl with various apache modules.  I came across
a post on this group in 2005 titled Unuse Modules, but this was
looking at the problem from getting them out of the system not
reloading.  Module::Refresh seems to be a possible solution.  However,
I wanted to know if anyone has successfully done something like this
in the context of POE running in a persistent environment?

     Best Regards

                    Ty

Reply via email to