Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / ACE / examples / Web_Crawler / README
blob74594ea9e5d6cc5d9c9f3b65729f80fd1708826f
3 Web Crawler                                     Kirthika Parameswaran
4 -----------
6 The Web Crawler follows the  HTTP_1.1 protocol.
8 This Crawler crawls in  either FIFO or LIFO order over the URLs
9 now stored in a ACE_Unbounded_Queue. The Command Processor pattern is
10 used in this example.
12 Also the auto-purging feature where connections are removed from the cache
13 when the process runs out of file descriptors, is added to this example.
15 [Use the -l option to set the handle limit].
17 Run:
18 ---
21 > make
23 > main -r -u www.cs.wustl.edu/~kirthika/test.html -o LIFO
27 > main -r -u www.cs.wustl.edu/~kirthika/test.html -o FIFO