Hi, I might just be missing something obvious, is there anyway to tell if an object being accessed via POE::Component::Generic is dead?
Basically, I'd like to wrap things like DBI access and such underneath PoCo::Generic, but at the same time I'd like to detect when, for example, a DBI connection is lost, or perhaps the child process that is wrapping DBI is killed. In such cases, I'd like to spawn a new instance of so that it takes over the dead one. Is there a way to do this? --d