[PHP] Theoretical - Device server using PHP - Is this possible?

2002-12-10 Thread Steve Jackson
Hi all,

I work for a company that manufactures device servers. They currently
have a very low internal memory (about 8MB) which is more than enough
for TCP/IP connections (which BTW we just released the code open source
to anyone interested www.opentcp.org) to devices but I was wondering if
there was any way we could give these device servers more functionality
by somehow using PHP. Obviously the device server itself has nowhere
near enough memory to have PHP installed upon it but it would be
interesting to see if anyone has any ideas or theories about if this is
possible.

Thanks in advance.

Steve Jackson
Web Developer
Viola Systems Ltd.
http://www.violasystems.com
[EMAIL PROTECTED]
Mobile +358 50 343 5159


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Theoretical - Device server using PHP - Is this possible?

2002-12-10 Thread @ Edwin
Hello,

Steve Jackson [EMAIL PROTECTED] wrote:

 Hi all,

 I work for a company that manufactures device servers. They currently
 have a very low internal memory (about 8MB) which is more than enough
 for TCP/IP connections (which BTW we just released the code open source
 to anyone interested www.opentcp.org) to devices but I was wondering if
 there was any way we could give these device servers more functionality
 by somehow using PHP. Obviously the device server itself has nowhere
 near enough memory to have PHP installed upon it but it would be
 interesting to see if anyone has any ideas or theories about if this is
 possible.

Not that I can answer you question but I think it is possible to run php
(maybe a stripped down version?) with a small amount of memory--there's one
that runs on a pda...

- E

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php