[Mojolicious] Re: Mojolicious Preforking

2015-06-03 Thread Jan Henning Thorsen
I don't undestand what you're doing...

Why are you looking at the hypnotoad source code? Are you building a web 
application or a TCP/web server? Also, why are you looking at version 4.60. 
That is very old. Current version is 6.11.

If you're looking for how to make a web application, I would start out by 
looking at
* http://mojolicio.us
* http://mojolicio.us/perldoc
* http://mojolicio.us/perldoc/Mojolicious/Guides/Tutorial

If you're looking for informatin on how to run the application I would look 
at:
* http://mojolicio.us/perldoc/Mojolicious/Guides/Cookbook#DEPLOYMENT

If you're trying to write your own prefork server, then ... Why are you?


On Thursday, May 21, 2015 at 3:07:27 PM UTC+2, Priya Kanduru wrote:

 Hi team,

 I am newbie using mojilicious to develop an end-to-end tool to help user 
 in maintaining a Lab , like having privilages to provision devices,create 
 topologies,reserve topogies for their dev/test activites , generating 
 reports on usage of lab devices etc..,

 I am using MongoDB to ease info flow between UI and mojo. I have started 
 from a templete available 

 http://cpansearch.perl.org/src/MRAMBERG/Mojolicious-4.60/lib/Mojo/Server/Hypnotoad.pm
 .


 Just need some clarification as on executing  $prefork-run; command, 
 how many processes will be created? and how could I trace who is creating 
 which process and how many processes?




 Thanks in Advance,
 Priya


-- 
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 http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.


Re: [Mojolicious] Re: Mojolicious Preforking

2015-06-03 Thread Stefan Adams
On Wed, Jun 3, 2015 at 3:34 AM, Jan Henning Thorsen jan.henn...@thorsen.pm
wrote:

 If you're looking for how to make a web application, I would start out by
 looking at
 * http://mojolicio.us
 * http://mojolicio.us/perldoc
 * http://mojolicio.us/perldoc/Mojolicious/Guides/Tutorial


I also highly recommend studying the examples from the Mojo::Pg project
https://github.com/kraih/mojo-pg/tree/master/examples/blog.

-- 
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 http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.