On 17-Sep-2007 Attila Nagy wrote:
> I have a _default state in the target session, in fact this is what 
> dispatches the events, but I couldn't yet find the clean way of handling 
> HTTPd 404s in that (the HTTPd is just a module in this stuff, the 
> "outside" must be independent from it).

You could handle 404s by detecting ESRCH.  Modules that have a _default would
have to either handle the 404s themselves, or post( $_[SENDER] => 'oops404' );

-Philip
 

Reply via email to