Stephen

> On 24 Nov 2014, at 13:28, stephen barncard <stephenrevoluti...@barncard.com> 
> wrote:
> 
> On Sun, Nov 23, 2014 at 8:17 PM, Peter W A Wood <peterwaw...@gmail.com>
> wrote:
> 
>> Some time ago, I ran some tests to measure the comparative startup times
>> of PHP, LiveCode and HTML on On-rev. The two scripts are simple:
>> 
>>        Livecode
>>        <html><head></head><body><?php echo "<p>I've started</p>"
>> ?></body></html>
>> 
>>        PHP
>>        <html><head></head><body><?php echo "<p>I've started</p>"
>> ?></body></html>
>> 
>>        HTML
>>        <html><head></head><body><p>I've started</p></body></html>
>> 
> 
> I don't see Livecode being called here in any way. ???

Oops. I copy and pasted the wrong file. The LiveCode version was:

<html><head></head><body><?rev put "<p>I've started</p>" ?></body></html>


> And I don't use On-Rev.  I believe On-Rev alters Apache.

I don’t know. On-rev does not have mod_php installed so PHP runs as a cgi 
script. If I remember correctly, the last tests that I ran showed that LiveCode 
and PHP loaded in very similar times. These results suggest that LiveCode was 
running as a cgi on On-Rev.

> My comment was regarding using the htaccess cgi methods on Dreamhost,
> livecode vs PHP.

I shared the web pages/scripts as a means of finding out if the issue with 
LiveCode on Dreamhost is during the time LiveCode is loading. There are an easy 
way to roughly compare the load times of HTML, PHP and LiveCode on any host.

Regards

Peter
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to