• 0

Java vs Perl (file uploading script)


Question

For the purpose of this thread, here is the scenario: 100 people are uploading 500 MB files at the same time. Each person has the exact computer configurations and same Internet connections.

Which of the following programs would take up less server resources (CPU and Memory) for the particular task mentioned above? Also, would any of the following allow faster uploading to the users that were uploading files?

javaatwork.com/java-upload-applet/details.html

VS

http://www.sibsoft.net/xupload.html

Thank You All very much for your expert knowledge ahead of time,

Joseph

:-)

btw, I need to add. The reason I am asking this question is because I am currently using a PHP file upload script on my server. I was told it uses too much server/system recourses (on the web server I am hosting with) and that using a JAVA or Perl script to perform this exact function would take up less system resources.

Thanks

Link to comment
https://www.neowin.net/forum/topic/533525-java-vs-perl-file-uploading-script/
Share on other sites

3 answers to this question

Recommended Posts

  • 0

It actually depends on your webserver itself. If your server has a lot of bandwidth and enough ram and powerful processtor then Java will be great. But Perl has been known to be a system rapist and could put a lot of load on your server. Besides PHP script should be good enough to run an uploading script....

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.