I'm planning on building an application that does some problem solving using an iterative process to determine the best solution -- it will use some arrays, do an occasional write/read on a database, and then when all avenues are exhasted it will write the final result to the database and say "I'm done!". There could be a few hundred iterations in this, with database hits every 100 iterations or so.
My db is MySQL, I can use JSP (Tomcat) or PHP.
So, with that vague description, can anyone tell me if PHP offers any advantages over JSP? I'm looking for:
1) Stability - if I can help it, I don't want to cake the server
2) Speed
3) Ease of programming. I'm coming from a VB background and don't know enough yet about JSP & PHP to know if there's a big difference that would point me in one direction.
<note: I know I'm probably insane to even think to build something like this... please help me pick my poison>
Thanks!!
My db is MySQL, I can use JSP (Tomcat) or PHP.
So, with that vague description, can anyone tell me if PHP offers any advantages over JSP? I'm looking for:
1) Stability - if I can help it, I don't want to cake the server
2) Speed
3) Ease of programming. I'm coming from a VB background and don't know enough yet about JSP & PHP to know if there's a big difference that would point me in one direction.
<note: I know I'm probably insane to even think to build something like this... please help me pick my poison>
Thanks!!