On Wed, Dec 1, 2010 at 1:59 PM, Sebastian Pichelhofer <
[email protected]> wrote:

> If you want commandline behaviour rather than using a GUI you can
> execute commands with the PHP API:
> http://wiki.elphel.com/index.php?title=PHP_in_Elphel_cameras
>

In most cases the
wget 127.0.0.1/yourphpscript.php

 would execute faster than

php /usr/html//yourphpscript.php

Because it takes about 2 seconds in the camera just to launch PHP
executable, while 3 instances of PHP are ready to execute scripts from the
web server.

Andrey
_______________________________________________
Support-list mailing list
[email protected]
http://support.elphel.com/mailman/listinfo/support-list_support.elphel.com

Reply via email to