Is java suitable?

I am trying to write an application which has to download files from two server at an interval of one minute and 5 minutes respectively.These files are available for download using http download at one site and ftp download at another site .After downloading these files, data is to be extracted from these files and entered into a database server .It has to generate three text files also which will be used by a ticker applet to display data on the website.

This application is running on a different server and the generated files will be uploaded to he webserver as soon as they are generated.

Now my question is :-

Is java a suitable language in terms of efficiency and throughput for this application?

My problem is that i do know VC++ and C++ but i am not very comfortable with these languages and would like to avoid using them if the efficiency of java application is feasible. Please advice .

Thanx in advance.

[971 byte] By [nikunjsingh] at [2007-9-26 6:41:01]
# 1

Well, it comes down to preference here and how you want to structure your applicatoin. I access SQL server for a data list and then load files from a Network server. All of this is done in real time and it is FAST. The maximum file size of the loaded files are about 150K with the median size about 40K. To do this I have 2 client objects in my application and use 2 servlets, one each client and servlet, for SQL and for File transfer.

I run on an 100K ethernet lan and the file server has a 500 Mhz AMD cpu is serving off of narrow drives.

morgalr at 2007-7-1 15:59:39 > top of Java-index,Archived Forums,Portability & Platform Independence [Archive]...