Re: [Mojolicious] Hypnotoad ? Required

2020-11-26 Thread Dan Book
Note that prefork servers including hypnotoad are not supported on windows (and the benefit of hypnotoad over the standard server is only hot deployment, which also doesn't work on windows). You will just want to use a regular single process daemon, which the cookbook also covers, and you can

Re: [Mojolicious] Hypnotoad ? Required

2020-11-26 Thread bs.machine...@gmail.com
I read the plack section. Websockets is something I think I'll be using so I discounted it, as the notes indicated Websockets is not supported... The app I'm working on has a web page for receipt and updates of inventory on the whse side, on the inventory status side, salespeople, clients etc

Re: [Mojolicious] Hypnotoad ? Required

2020-11-26 Thread Scott H
i believe you can use fast cgi, look at the plack section. there is also a apache plack mod in metacpan that you could use... On Thu, Nov 26, 2020, 1:31 PM bs.machine...@gmail.com < bs.machinemanagem...@gmail.com> wrote: > So Hypnotoad or Apache mod_proxy seem like preferred setup or Elzar for

Re: [Mojolicious] Hypnotoad ? Required

2020-11-26 Thread bs.machine...@gmail.com
So Hypnotoad or Apache mod_proxy seem like preferred setup or Elzar for Windows I guess I'll go down the hypnotoad path and see where it takes me Thanks On Thursday, November 26, 2020 at 11:07:01 AM UTC-8 Scotticles wrote: > https://docs.mojolicious.org/Mojolicious/Guides/Cookbook#DEPLOYMENT >

Re: [Mojolicious] Hypnotoad ? Required

2020-11-26 Thread Scott H
https://docs.mojolicious.org/Mojolicious/Guides/Cookbook#DEPLOYMENT On Thu, Nov 26, 2020 at 11:55 AM bs.machine...@gmail.com < bs.machinemanagem...@gmail.com> wrote: > Not sure I have this right. > Is hypnotoad required to use mobolicious, or can I use Apache? > > -- > You received this message