| Article: |
The PHP Scalability Myth | |
| Subject: | Major differences | |
| Date: | 2003-10-16 10:51:26 | |
| From: | jherr2002 | |
|
Response to: Major differences
|
||
|
I wasn't purposely ignoring those issues. The point of the article was to debunk the scalability myth based specifically on performance. I agree that there are a number of distinguishing factors between the two platforms outside of the performance criteria.
|
||
Showing messages 1 through 1 of 1.
-
Major differences
2003-10-21 14:25:23 anonymous2 [View]



On the stateless issue, there are a number of methods for providing background processing for PHP. There are message queues, background process servers, and batch processing just to name a few.
</snip>
Yup, you could even run PHP on top of J2EE to get what you need to build your app :-)