in reply to Mojolicious::Lite and Webperl
What server would you serve your WebPerl+script from, and why can't that server directly serve your Mojolicious::Lite app?
Also, making outgoing TCP connections (like which are needed for any networked database driver) is not implemented in WebPerl (I think).
Another problem is building WebPerl with the database driver. WebPerl is a statically linked Perl and that means any module that needs a C compiler (like almost any DBD:: module) needs to be compiled into that Perl at build time.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Mojolicious::Lite and Webperl
by haukex (Archbishop) on Apr 09, 2019 at 12:48 UTC | |
|
Re^2: Mojolicious::Lite and Webperl
by frazap (Monk) on Apr 09, 2019 at 12:47 UTC |