I want to schedule a perl script in crontab using a CGI script. If i try to
append in the file ie /var/spool/cron/username then apache user does not
have rights to modify this. If i give root rights to apache then it could
be very harmful . how can i make entry into cron from script.
You could hav
Hi,
I want to schedule a perl script in crontab using a CGI script. If i try to
append in the file ie /var/spool/cron/username then apache user does not
have rights to modify this. If i give root rights to apache then it could
be very harmful . how can i make entry into cron from script.
Re
I notice something an interesting behavior about HTML template.
The delay is usually within loops, especially if you have a big record list
(like 1500). If the text within the loop is huge (ie lots of text), then the
loop can take a really long time. But for very short loops it can be very
fast.
On 2 Sep 2005, at 03:53, Foo Ji-Haw wrote:
Hi all,
I'm a happy user of HTML::Template on my mp2 setup. But when it
comes to performance, I notice that to populate a loop of some 1500
records, the system takes 2-3 seconds on my P4 2GHz machine. I
think that's way too long, especially on a
Hi all,
I'm a happy user of HTML::Template on my mp2 setup.
But when it comes to performance, I notice that to populate a loop of some 1500
records, the system takes 2-3 seconds on my P4 2GHz machine. I think that's way
too long, especially on a development machine.
I tried to load the te