My final year project issues ?

The_Small_k

The_Small_k

@the-small-k Oct 15, 2024
Hello friend's
Just completed my 7th semester mini project.It's "Technical Forum Development".
I used tomcat as my web server and mysql as my database.I used java to power it up.I want to host it somewhere so that my project become live.
I used open source server(tomcat) and open source DB(mysql) so that the the cost for the space is less.
I want some suggestion from your side that is there any issue that i have to check before host it on any server ?
.
I hear that java web-apps are slower than php apps is it right ?

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • PraveenKumar Purushothaman

    PraveenKumar Purushothaman

    @praveenkumar-66Ze92 Dec 22, 2011

    The_Small_k
    I hear that java web-apps are slower than php apps is it right ?
    Obviously, because there is another extra step for Java files to get compiled and deployed before execution. 😔
  • The_Small_k

    The_Small_k

    @the-small-k Jan 8, 2012

    Hello praveen
    Up to what i know java is compiled and interpreted language. I think it's a big advantage of java over php which is a interpreted language.
    After compilation java builds compressed byte code which is an optimized code.
    If you want to say about the java servlet file created by our server by seeing the action class it will slow down a little during first execution.But after that no one can beats java. While on the other hand on every action php interpret the codes.
  • PraveenKumar Purushothaman

    PraveenKumar Purushothaman

    @praveenkumar-66Ze92 Jan 8, 2012

    The_Small_k
    Hello praveen
    Up to what i know java is compiled and interpreted language. I think it's a big advantage of java over php which is a interpreted language.
    After compilation java builds compressed byte code which is an optimized code.
    If you want to say about the java servlet file created by our server by seeing the action class it will slow down a little during first execution.But after that no one can beats java. While on the other hand on every action php interpret the codes.
    Yeah, but relatively the response time of PHP is way better than Java, but it couldn't handle a lot of traffic, where as Java does... 😀