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
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
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;
>
--- 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()) {
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
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
--- 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).
> > > >
>
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
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
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]
>
>
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
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
12 matches
Mail list logo