Help On Using Cache Management!

Hello there!!
  I'm a student at University of Texas at Arlington and I'm trying to
develop an application using Libwww protocol library(on UNIX/LINUX) which
is a basic web-interface. In it i need to query a search engine on the web
and get the results (links-along with the gist of each). It has to be able
to get the results one by one and the backend (which is of not our concern
here) will check this and will inform us if it needs that particular item.
If so then we need to provide that paticular document. Otherwise we need
to provide the back-end the next link obtained from the query results.
This process continues so on... until the backend is satisfied.
  
  I have been able to implement the querying part and am able to get the
results back.

  But, I need advice on how to use Cache Management for  holding the query
results which I have got and how do I provide that incrementally to the
backend accordingly.

  Please help me out on this. I'm sure that I'll be able to get it going
if u just give me a few steps on what to do or how to proceed.

Thankyou very much!!

kiran :)

Received on Wednesday, 26 April 2000 05:41:40 UTC