[PATCH 0/1] Cache network content



Hello.


In the latest versions of libsoup, a new feature was added: caching.

With this feature enabled, libsoup is able to cache the network content to
improve the performance: cached content will not be requested again from the
servers.

Libsoup is used internally by GrlNet library, which in turn is used by most of
plugins to request content from the webservices.

Note also that libsoup caching is a relatively new feature, and thus maybe it
has some bugs (actually, i think i found one).

Finally, I've made this caching feature an option, so if available libsoup
version is a bit older, GrlNet will continue working without cache.

I'm submitting the patch for further review, though it is quite simple. Victor,
this review is specially up to you ;)


	J.A.


*** BLURB HERE ***

Juan A. Suarez Romero (1):
  grl-net: Use libsoup cache

 configure.ac          |    4 ++++
 libs/net/Makefile.am  |    6 ++++++
 libs/net/grl-net-wc.c |   22 ++++++++++++++++++++++
 3 files changed, 32 insertions(+), 0 deletions(-)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]