I’m given some nasty task in concurrent programming.
I need to continuously read data from source address then upload the data via HTTP protocol to the target address and I do that multi-threaded.
How can i test it?
Is there some site i can freely connect to and read to them?
Or how can i do it (preferred easily) with my own computer?
I heard the words(Apache server something..)
Thank u (in advance for your kind help).
Oh and I’m doing it as a Java console application.
I will be happy for a direction where to read about that too.
What you heard about is Apache Tomcat, an open source Java web server; it’s very easy to set up, just follow the instructions on the site; a similar alternative is Jetty. Of course what you actually do with them once they are running it’s all up to you.