Am Mittwoch, 26. September 2018 18:28:10 UTC+2 schrieb Charlie Brady:
>
>
> This is why I need to run a persistent daemon rather than use CGI mode. 
>
> root@jy-cx:~# time perl -e exit 
>
> real    0m0.035s 
> user    0m0.000s 
> sys     0m0.030s 
> root@jy-cx:~# time perl -MMojolicious::Lite -e exit 
>
> real    0m11.011s 
> user    0m8.690s 
> sys     0m0.400s 
> root@jy-cx:~# 
>
> Looking at an strace there doesn't seem to be a single culprit for the 
> slow startup - there's just a lot of files to find, open, read, parse. 
>

If that's the case, why not just fatpack your mojo app?

--
sebastian 

-- 
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 post to this group, send email to mojolicious@googlegroups.com.
Visit this group at https://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to