I need advice about choosing a application server.
Hi
Thank you for reading my post
I need some advice to choose an application server / srvlet container for deploying a project.
Application description :
application has two part  which one of them is a portal .
portal itself will have a 2 hit/second . each hit could have 1 select / 1 update and one insert
sql statement. portal itself use hibernate and Derby.
I used plain *JDBC , derby , jsf *to develop my portlets (two portlet which are runing on the base) there are about 2 emails /second in peak time of the system , it will jsut send the emails and store them
in database.

The most busy part of the system is another application which will handel about 30 hit (each hit has , 2 update , 2 insert , and 2 select statement)
for this part there will be no email....

*I did not implement sending emails as i do not know a good or best practice for this one , and i think it is something related to application server ?*

As i did not use any EJB stuff and just some datasource , JNDI , connection pool ,
what will be my choice to deploy the application ?
Tomcat ?
Sun application server 8.* ?
Geronimo ?

Host is a Redhat enterprise Linux , with one p4 processor .
some tables has 1/000/000 records.
Will that hardware handle this load ?






Reply via email to