in reply to Re: A different approach to generating a GUI
in thread A different approach to generating a GUI

I suspect that trying to route everything thru the usual Apache/mod_perl channel might be difficult; you may want to consider HTTP::Daemon.

right - embedded server, ServerApp.pm has a "use HTTP::Daemon" as it's 3rd or 4th line

  • Comment on Re^2: A different approach to generating a GUI