Has anyone looked into using Caucho's php inside a java servlet? It looks
like they get really good gains running Drupal in this manner. The main
thing I see with CakePHP from my initial tests is that any place where an
instance of a class is created dynamically the intepriter doesn't handle it
correctly.

For an example of a line it errors on (1.2 latest) line 107 in
/libs/model/connection_manager.php:

$_this->_dataSources[$name] =& new $class($_this->config->{$name});


Resin: http://www.caucho.com/


- Jared
-- 
View this message in context: 
http://www.nabble.com/PHP-on-Java-%28Resin%29-tf4958205.html#a14199659
Sent from the CakePHP mailing list archive at Nabble.com.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to