Amitabh Sinha55555

Greenhorn
+ Follow
since May 23, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Amitabh Sinha55555

Dear Forum member my problem relates to the doPost method it goes as follows:
i have to call doPost method of servlet from a swing
form.Now for that u have to open a URL and
urlconnection and make a printwirter object.
i tried this but its not working.


[This message has been edited by Marcela Blei (edited June 06, 2001).]
Dear Sir
Actually i m working on Load Tester .The main aim of load tester
is to simulate the number of hits to a given server.
now the problem is that suppose there r n threads and each thread in turn generate m requests then accordinlt n*m requests r being sent to server and i should get n*m web pages.But i m not getting n*m pages.
The reason behind this is URLStream which is i m opening up to read the web pages.
So please suggest what should i do.
here is the relwevant code.
________________________________________________________________


[This message has been edited by Marcela Blei (edited May 31, 2001).]
Dear Sir/Madam
I would like to spawn out multiple thread form a main thread and each thread should communicate with the main thread to inform the time when that particular thread started and completed the process to the main thread .The number of threads to be spawned out varies from 1 to 10000
I am not able to get a good content on Thread Pooling .I hope thesolution lies in this.
Can any one help me with the codes or concept of the implementation of Thread Pooling

Rgds
Amitabh Sinha
Dear Sir/Madam
I am working on a standalone project which is to simulate various clients on a machine that hits the aprticular URl .
I am required to first take the input from the client ina form that is developed in Java(Swings).
This form will spawn out various Threads each in turn hit the URL.Kindly let me know the way by which i can know the Web Server time when the thread hits the URL.

In general is there any way out to know the webserver time when the server started/completed /processed the request/responce from the client thru the Java console

rgds
Amitabh Sinha
22 years ago