in reply to Using Mojolicious Non Blocking Page Fetch within Apache preforked mod_perl handlers

Mojolicious docs say use mod_proxy, then you can have the websockets ... because to use mod_perl you'd run mojo through Plack::Handler::Apache2 and plack doesn't websockets

I don't know where Plack::App::WebSocket fits in or could be made to work with ...Apache2 and Mojo, but it came out before 2014, which is time of https://groups.google.com/forum/?_escaped_fragment_=topic/mojolicious/O792BOP9wUg#!topic/mojolicious/O792BOP9wUg, and "them mojo guys" would have probably noticed if it worked for this purpose (:but it doesn't hurt to ask :)

  • Comment on Re: Using Mojolicious Non Blocking Page Fetch within Apache preforked mod_perl handlers

Replies are listed 'Best First'.
Re^2: Using Mojolicious Non Blocking Page Fetch within Apache preforked mod_perl handlers
by Anonymous Monk on Jun 04, 2014 at 09:19 UTC
    Many thanks. I was hoping that I could just replace the Mechanize calls by Mojolicious's. It looks like more work may be needed. I've asked on the forum to confirm this though.