Click here to Skip to main content
15,896,040 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi! have to develop a program that would keep track of all url access in a browser and its corresponding response time. the program must not be browser-dependent.

any suggestion on topics that need to be studied? or anything helpful?
thanks for the time!:)
Posted
Updated 24-Dec-09 6:13am
v2

1 solution

wrote:
have to develop a program that would keep track of all url access in a browser and its corresponding response time. the program must not be browser-dependent.


The only way I can imagine that you'd do this is to track all network traffic, and perhaps also DNS requests, so you can track URLs and not just IP addresses.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900