Guest_imported
New member
- Jan 1, 1970
- 0
I have a project in mind, and I need to know if my idea is feasible. I've got no experience with Java (yet) as my background is mainly ASP/VB.
I want to create an application on the server which generates a text report, one line at a time.
Meanwhile, on another computer, a client applet would be able to view this text report as it's generated, as well as stop the process, so that they interact with the application and change variables within it before it carries on. There may be up to 2 client connections to the application.
Additionally, if it doesn't slow it down too much, other clients could connect so that they could view the text, but not be able to interact with it.
Finally, when the process is finished, the resulting text should be placed into a text file.
I thought it might be possible for the server to append each line of text to the text file. The client could then stream in this text file. However, I think this might be too slow as the server would be writing a line to the text file continuously.
There would be 48 of these applications needed to be run simultaneously, each with it's own set of variables, and a max of 2 client connections each.
Am I hoping for too much? Should I be looking at other technologies or just drop this idea altogether for being too ambitious?
The rest of the site is done in ASP and SQL Server 7, and it has been suggested that I move to JSP and a Java Server or it'll affect performance due to having IIS and a java server running together. As I have more experience in ASP, and VB etc, I had hoped to keep it on this platform as I had intended to start using COM Objects etc to improve performance. To rewrite it all in JSP would seem like the last resort, as I'd need to learn it first!
I hope this isn't too vague, but I don't want to give too much away about the project at this stage.
I want to create an application on the server which generates a text report, one line at a time.
Meanwhile, on another computer, a client applet would be able to view this text report as it's generated, as well as stop the process, so that they interact with the application and change variables within it before it carries on. There may be up to 2 client connections to the application.
Additionally, if it doesn't slow it down too much, other clients could connect so that they could view the text, but not be able to interact with it.
Finally, when the process is finished, the resulting text should be placed into a text file.
I thought it might be possible for the server to append each line of text to the text file. The client could then stream in this text file. However, I think this might be too slow as the server would be writing a line to the text file continuously.
There would be 48 of these applications needed to be run simultaneously, each with it's own set of variables, and a max of 2 client connections each.
Am I hoping for too much? Should I be looking at other technologies or just drop this idea altogether for being too ambitious?
The rest of the site is done in ASP and SQL Server 7, and it has been suggested that I move to JSP and a Java Server or it'll affect performance due to having IIS and a java server running together. As I have more experience in ASP, and VB etc, I had hoped to keep it on this platform as I had intended to start using COM Objects etc to improve performance. To rewrite it all in JSP would seem like the last resort, as I'd need to learn it first!
I hope this isn't too vague, but I don't want to give too much away about the project at this stage.