Re: CPU usage of mod_perl scripts

2004-06-02 Thread Boris Zentner
Hi, Am Mittwoch 02 Juni 2004 03:37 schrieb Batara Kesuma: > Hi, > I am using mod_perl 1.99_13 with httpd 2.0.48. I noticed an unusually > high CPU usage on my machine. I tried to figure out with top, and I > found out that httpd processes were using a lot of CPU. > How do I know which script is e

mp2 : Win32::GetShortPathName usage

2004-06-02 Thread Random Joe
Greetings, I am trying to build mod_perl 1.99_13 on Win 2000 (VC 6.0). In mod_perl-1.99_13\lib\ModPerl\BuildOptions.pm around lines 110 - 111 if (Apache::Build::WIN32()) { # MP_AP_PREFIX may not contain spaces require Win32; $val = Win32::GetShortPathName($val); } Why do we need to

Re: mp2 : Win32::GetShortPathName usage

2004-06-02 Thread Randy Kobes
On Wed, 2 Jun 2004, Random Joe wrote: > Greetings, > > I am trying to build mod_perl 1.99_13 on Win 2000 (VC > 6.0). > > In mod_perl-1.99_13\lib\ModPerl\BuildOptions.pm around > lines 110 - 111 > > if (Apache::Build::WIN32()) { > # MP_AP_PREFIX may not contain spaces > require Win32; >

Re: mp2 : Win32::GetShortPathName usage

2004-06-02 Thread Random Joe
--- Randy Kobes <[EMAIL PROTECTED]> wrote: > On Wed, 2 Jun 2004, Random Joe wrote: > > > Greetings, > > > > I am trying to build mod_perl 1.99_13 on Win 2000 > (VC > > 6.0). > > > > In mod_perl-1.99_13\lib\ModPerl\BuildOptions.pm > around > > lines 110 - 111 > > > > if (Apache::Build::WIN32()) {

Re: CPU usage of mod_perl scripts

2004-06-02 Thread Perrin Harkins
On Tue, 2004-06-01 at 21:37, Batara Kesuma wrote: > I am using mod_perl 1.99_13 with httpd 2.0.48. I noticed an unusually > high CPU usage on my machine. I tried to figure out with top, and I > found out that httpd processes were using a lot of CPU. > How do I know which script is eating the most

Re: mp2 : Win32::GetShortPathName usage

2004-06-02 Thread Randy Kobes
On Wed, 2 Jun 2004, Random Joe wrote: > --- Randy Kobes <[EMAIL PROTECTED]> wrote: > > On Wed, 2 Jun 2004, Random Joe wrote: > > > > > Greetings, > > > > > > I am trying to build mod_perl 1.99_13 on Win 2000 > > (VC 6.0). > > > > > > In mod_perl-1.99_13\lib\ModPerl\BuildOptions.pm > > > around lin

Re: mp2 : Win32::GetShortPathName usage

2004-06-02 Thread Random Joe
--- Randy Kobes <[EMAIL PROTECTED]> wrote: > On Wed, 2 Jun 2004, Random Joe wrote: > > > --- Randy Kobes <[EMAIL PROTECTED]> > wrote: > > > On Wed, 2 Jun 2004, Random Joe wrote: > > > > > > > Greetings, > > > > > > > > I am trying to build mod_perl 1.99_13 on Win > 2000 > > > (VC 6.0). > > > > >

Re: mp2 : Win32::GetShortPathName usage

2004-06-02 Thread Stas Bekman
Random Joe wrote: Greetings, I am trying to build mod_perl 1.99_13 on Win 2000 (VC 6.0). In mod_perl-1.99_13\lib\ModPerl\BuildOptions.pm around lines 110 - 111 if (Apache::Build::WIN32()) { # MP_AP_PREFIX may not contain spaces require Win32; $val = Win32::GetShortPathName($val); } Why

Re: mp2 : Win32::GetShortPathName usage

2004-06-02 Thread Randy Kobes
On Wed, 2 Jun 2004, Random Joe wrote: > oops, i got confused. If Win32::GetShortPathName and > brothers are in Perl Core why should I need to install > libwin32 ? > > perl-src/win32/win32.c defines GetShortPathName - > which seems to be calling the system's > GetShortPathName() directly. Sorry ab

Re: Apache::MP3 Stream problem

2004-06-02 Thread Lincoln Stein
My version of the port isn't quite working. Probably another couple of weekends to get all the bugs ironed out. I was really hoping to have the streaming video working fully, but maybe that'll wait for later. Lincoln On Tuesday 01 June 2004 06:12 pm, Stas Bekman wrote: > [CC'ing Lincoln] > >

calculation script

2004-06-02 Thread Maxipoint Rep Office
Hello, I wish create calculation script for one form with 12 possible items (one option only of 12 must be filled/selected from client) + 5 possible items (one option only of 5 must be filled/selected from client) + possible max. 3 optional values. Every item has price, user add quantity o

Re: calculation script

2004-06-02 Thread Perrin Harkins
On Wed, 2004-06-02 at 19:06, Maxipoint Rep Office wrote: > I am beginner... how is better create sceleton of script.. what I need to > use? It sounds like you need to learn the basics of Perl and web programming. There's a list of books that might help you here: http://perl.apache.org/docs/offsit