TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Quercus: Faster PHP through Java

23 pointsby ashishb4uover 15 years ago

3 comments

PanManover 15 years ago
One of the most interesting applications of running PHP on Java is that it enables you to run PHP on Google's Appengine (yeah, I know, if all you have is a hamer...) See <a href="http://www.webdigi.co.uk/blog/2009/run-php-on-the-google-app-engine/" rel="nofollow">http://www.webdigi.co.uk/blog/2009/run-php-on-the-google-app...</a> Someone runs wordpress on Appengine via Java: <a href="http://blog.caucho.com/?p=196" rel="nofollow">http://blog.caucho.com/?p=196</a>
jamaicahestover 15 years ago
Sounds like they intentionally ignored that PHP has connection pooling and FastCGI to reduce the overhead of spawning new connections and new processes. Looks more like a marketing pdf than a technical paper.
评论 #985550 未加载
yannisover 15 years ago
Anyone tried this? Sounds like a promising way of boosting PHP performance.
评论 #985484 未加载
评论 #985459 未加载