[Mojolicious] Hypnotoad ? Required

2020-11-26 Thread bs.machine...@gmail.com
Not sure I have this right.
Is hypnotoad required to use mobolicious, or can I use Apache?

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojolicious+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojolicious/e10c82c3-20a3-4452-82f1-d28f54427ebfn%40googlegroups.com.


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 because you are subscribed to the Google Groups
> "Mojolicious" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to mojolicious+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/mojolicious/e10c82c3-20a3-4452-82f1-d28f54427ebfn%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojolicious+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojolicious/CAM%2Bc73ZOBfeue-iJAueboDzXvjH24QS16%3D6bfyAD0mabSsPdNg%40mail.gmail.com.


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
>
> On Thu, Nov 26, 2020 at 11:55 AM bs.machine...@gmail.com <
> bs.machine...@gmail.com> wrote:
>
>> Not sure I have this right.
>> Is hypnotoad required to use mobolicious, or can I use Apache?
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Mojolicious" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to mojolicious...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/mojolicious/e10c82c3-20a3-4452-82f1-d28f54427ebfn%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojolicious+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojolicious/7f32a56b-1548-4ab5-beb1-5135280158c2n%40googlegroups.com.


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
> 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
>>
>> On Thu, Nov 26, 2020 at 11:55 AM bs.machine...@gmail.com <
>> bs.machine...@gmail.com> wrote:
>>
>>> Not sure I have this right.
>>> Is hypnotoad required to use mobolicious, or can I use Apache?
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Mojolicious" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to mojolicious...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/mojolicious/e10c82c3-20a3-4452-82f1-d28f54427ebfn%40googlegroups.com
>>> 
>>> .
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "Mojolicious" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to mojolicious+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/mojolicious/7f32a56b-1548-4ab5-beb1-5135280158c2n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojolicious+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojolicious/CAM%2Bc73b3Ha0OOZHeBfgQRjS3h-JE%3D%2BhcdnpV1y8kJjsakvtgiw%40mail.gmail.com.


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
will see real time updates of items, item quantities and item locations in 
their web view. 
I figured on using a postgresql db, and a stored proc with a trigger to 
throw the receipt transactions into a queue which the Websocket server side 
can
update the web client.
Been a long time since I've played with web stuff, but on the desktop, it's 
pretty easy.
Thanks a lot for the suggestions, feel free to advise anytime.
Bret



On Thursday, November 26, 2020 at 1:37:25 PM UTC-8 Scotticles wrote:

> 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.machine...@gmail.com> wrote:
>
>> 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
>>>
>>> On Thu, Nov 26, 2020 at 11:55 AM bs.machine...@gmail.com <
>>> bs.machine...@gmail.com> wrote:
>>>
 Not sure I have this right.
 Is hypnotoad required to use mobolicious, or can I use Apache?

 -- 
 You received this message because you are subscribed to the Google 
 Groups "Mojolicious" group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to mojolicious...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/mojolicious/e10c82c3-20a3-4452-82f1-d28f54427ebfn%40googlegroups.com
  
 
 .

>>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Mojolicious" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to mojolicious...@googlegroups.com.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/mojolicious/7f32a56b-1548-4ab5-beb1-5135280158c2n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojolicious+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojolicious/b1cf0a49-158b-4e86-8bb7-c27f17250047n%40googlegroups.com.


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 proxy to it from apache in the same way, just make sure to set
production mode since the servers other than hypnotoad default to
development mode.

-Dan

On Thu, Nov 26, 2020 at 3:31 PM bs.machine...@gmail.com <
bs.machinemanagem...@gmail.com> wrote:

> 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
>>
>> On Thu, Nov 26, 2020 at 11:55 AM bs.machine...@gmail.com <
>> bs.machine...@gmail.com> wrote:
>>
>>> Not sure I have this right.
>>> Is hypnotoad required to use mobolicious, or can I use Apache?
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Mojolicious" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to mojolicious...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/mojolicious/e10c82c3-20a3-4452-82f1-d28f54427ebfn%40googlegroups.com
>>> 
>>> .
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "Mojolicious" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to mojolicious+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/mojolicious/7f32a56b-1548-4ab5-beb1-5135280158c2n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojolicious+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojolicious/CABMkAVU33Bg72UW_b0NUowJcg81jEnakSeO2VrvLfpRB%3D6gqPQ%40mail.gmail.com.