Comparing PHP and JSP...

wxdqz

New Member
Hi
I like a lot PHP. But I have also been reading a lot about JSP and I am getting curious about how PHP handles some situations JSP needs the programmer to handle. For example, JSP needs the programmer to create a pool of DB connections in order to keep the site fast. PHP seems not to take care of those things. Why? Does PHP already take care of those issues automaticly? How does PHP do that? There is also the syncronization issue also. How does PHP take care of that? Thanks...

Rodrigo Reyes

PS. Sorry about my English. It is not my native language.
 
Back
Top