Re: Forking a process [in Practical mod_perl book]

2008-04-17 Thread Raymond Wan
Hi all, Raymond Wan wrote: - my $r = shift; $r->send_http_header('text/plain'); - Sorry for the trouble but while googling for the problem, I came by the reason: "send the output of system() to the client": http://www.mail-archive.com/[EMAIL PROTECTED]/msg36062.html I also real

Forking a process [in Practical mod_perl book]

2008-04-17 Thread Raymond Wan
Hi all, I'm trying to fork a long-running process which I do not want to wait for. I was getting a lot of "ssh " processes, so I did some googling and found this from the aforementioned O'reilly book: http://www.perl.com/lpt/a/701 And sure enough, there's a section on "Avoiding Zombie Pro

Re: practical mod_perl

2007-08-15 Thread Geoffrey Young
Luke Lu wrote: > Hi all > >Anyone who has the (chm/pdf), please give me a > copy. http://www.modperlbook.org/ --Geoff

practical mod_perl

2007-08-15 Thread Luke Lu
Hi all Anyone who has the (chm/pdf), please give me a copy. Thanks Good luck. Luke

Re: [ANNOUNCE] "Practical mod_perl" book is released under Creative Commons license

2004-12-19 Thread Stas Bekman
Zhang Yining wrote: [...] I think the important bits missing is the license RDF segments in the site and html book pages. The RDF helps the creative commons search engine[1] to index the site, the segment is something like the following: Thanks Yining, now fixed, with help of #axkit-dahut channel

Re: [ANNOUNCE] "Practical mod_perl" book is released under Creative Commons license

2004-12-17 Thread Cure
Practical mod_perl" book <-- GREAT BOOK. I just wanted to say thxs Stas for all your hard work, I really appreciate it. Paul colin_e wrote: Stef1 wrote: Stas, no complaints, I know you put tons of effort in modperl ! Only a hint : the moment you write a book specific on MP2 : I wil

Re: [ANNOUNCE] "Practical mod_perl" book is released under Creative Commons license

2004-12-17 Thread Alfred Vahau
Hi, I wish to express my sincere gratitude over the public release of Practical mod_perl book. It will definitely provide in-depth insight into this technology whose development I have been following over the past four three years and yet cannot seem to tie the pieces together. I am very much a

Re: [ANNOUNCE] "Practical mod_perl" book is released under Creative Commons license

2004-12-17 Thread Francisco Valladolid
Hi, I have the printed book from six month ago, whenever this notice is very important for all comunity, and for my personal needs, my personal workstation is happy!!! Thnaks Stas and Eric Stas Bekman wrote: Hi, The complete "Practical mod_perl" book [1] is now available online under

Re: [ANNOUNCE] "Practical mod_perl" book is released under Creative Commons license

2004-12-17 Thread colin_e
Stef1 wrote: Stas, no complaints, I know you put tons of effort in modperl ! Only a hint : the moment you write a book specific on MP2 : I will buy it directly. Stef I'll second that. I need all the help I can get ;-) Regards: Colin -- Report problems: http://perl.apache.org/bugs/ Mail list info

Re: [ANNOUNCE] "Practical mod_perl" book is released under Creative Commons license

2004-12-16 Thread Stas Bekman
Stef1 wrote: It's a great book. I've bought it about a year ago. And it's really very nice of Stas and Eric Cholet to make it publicly available. But it's main focus is still on MP1. Only part V is about MP2. Thanks Stef. Stas, no complaints, I know you put tons of effort in modperl ! Only a hin

Re: [ANNOUNCE] "Practical mod_perl" book is released under Creative Commons license

2004-12-16 Thread Stef1
Arnaud Blancher wrote: Stas Bekman wrote: Hi, The complete "Practical mod_perl" book [1] is now available online under the terms of the CreativeCommons [2] "Attribution Share-Alike License" [3]. great. is this release all ok with MP2 ? in the fisrt chapter, you talk about

Re: [ANNOUNCE] "Practical mod_perl" book is released under Creative Commons license

2004-12-16 Thread Stas Bekman
Arnaud Blancher wrote: Stas Bekman wrote: Hi, The complete "Practical mod_perl" book [1] is now available online under the terms of the CreativeCommons [2] "Attribution Share-Alike License" [3]. great. is this release all ok with MP2 ? in the fisrt chapter, you talk about

Re: [ANNOUNCE] "Practical mod_perl" book is released under Creative Commons license

2004-12-16 Thread Stas Bekman
Zhang Yining wrote: The complete "Practical mod_perl" book [1] is now available online under the terms of the CreativeCommons [2] "Attribution Share-Alike License" [3]. This is great! :) Attribution: The licensor permits others to copy, distribute, display, and perform

Re: [ANNOUNCE] "Practical mod_perl" book is released under Creative Commons license

2004-12-16 Thread Zhang Yining
Stas Bekman wrote: Hi, The complete "Practical mod_perl" book [1] is now available online under the terms of the CreativeCommons [2] "Attribution Share-Alike License" [3]. This is great! Attribution: The licensor permits others to copy, distribute, display, and perform

Re: [ANNOUNCE] "Practical mod_perl" book is released under Creative Commons license

2004-12-16 Thread Arnaud Blancher
Stas Bekman wrote: Hi, The complete "Practical mod_perl" book [1] is now available online under the terms of the CreativeCommons [2] "Attribution Share-Alike License" [3]. great. is this release all ok with MP2 ? in the fisrt chapter, you talk about apache 1.3, so, for MP

[ANNOUNCE] "Practical mod_perl" book is released under Creative Commons license

2004-12-15 Thread Stas Bekman
Hi, The complete "Practical mod_perl" book [1] is now available online under the terms of the CreativeCommons [2] "Attribution Share-Alike License" [3]. Attribution: The licensor permits others to copy, distribute, display, and perform the work. In return, licensees mu

Re: [mp2] Cookies and practical mod_perl

2004-01-15 Thread Geoffrey Young
Thomas Bolioli wrote: > I am using practical mod_perl (good book stas) book to come back up to > speed on mp after being away from perl and apache web development for a > few years. I am developing something new in mp2 and I am trying to set > cookies. The book's examples use A

[mp2] Cookies and practical mod_perl

2004-01-15 Thread Thomas Bolioli
I am using practical mod_perl (good book stas) book to come back up to speed on mp after being away from perl and apache web development for a few years. I am developing something new in mp2 and I am trying to set cookies. The book's examples use Apache::Cookie and I tried to install A