> I have a query about the Objectifying a request which is arriving > from the client, why do we need to convert a request into object using > makeObject() and then process it. Polipo does it in this way due to a > performance reason or caching become easy or there is some other > reason behind it. Please help me to understand.
A Request represents a GET or POST request that's currently in progress, either on the client side or the server side. An Object represents an entity -- the thing that's returned by the web server. At any given time, an object can have up to one server-side request, and any number of client-side requests (if multiple clients are requesting the same entity). -- Juliusz ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Polipo-users mailing list Polipo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/polipo-users