> My ISP insists on running PhP in safe mode, which means that
> ACTION_TIME_LIMIT and DEFAULT_TIME_LIMIT can't be set (so far...).
> 
> In safe mode, PhP's max_execution_time is 30. Is this critical, 
> or should I
> change to another ISP?

In most cases it should be OK.  If your server gets too slow, you
will have troubles.

If you're running in safe mode, that suggests you're sharing a
server with lots of other people.  That's not necessarily the best
situation for an online store.  If each person isn't running their
own copy of Apache, you can easily write your own scripts to peak
into other's directories.

Leon



------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to