Re[6]: [JBoss-dev] PHP

2003-01-09 Thread julien viet
To my mind creating an PHP compiler/interpreter/whatever on a java VM is feasible but would require lot of resources. I did a pascal compiler in my early courses, but the context was very different. With pascal you have things that are well defined. PHP is another case : 1.there are no

RE: Re[6]: [JBoss-dev] PHP

2003-01-09 Thread James Higginbotham
What about just writing a shell script to walk the tree of jboss.org via the PHP every x min or hours, spit out static HTML, and only offer paths to the PHP-based pages for POSTing of new forum stuff? Would that be a bit faster and reduce your server load at the PHP end for read-only stuff, before

RE: Re[6]: [JBoss-dev] PHP

2003-01-09 Thread Bill Burke
fleury Subject: Re[6]: [JBoss-dev] PHP To my mind creating an PHP compiler/interpreter/whatever on a java VM is feasible but would require lot of resources. I did a pascal compiler in my early courses, but the context was very different. With pascal you have things that are well defined