first working RSS collection with async DB-Saves
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 3 Jul 2011 13:49:59 +0000 (13:49 +0000)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 3 Jul 2011 13:49:59 +0000 (13:49 +0000)
commit1dd7c0f770f23bbc4f65de406deb75eb059b417f
tree8d4825cb26496ec685d1f8bd1802bc57a825172a
parent3d75f776e96c2dc3f99685d689f4091340777615
first working RSS collection with async DB-Saves

  - for now, no shorter URL expansion
  - replace handling of configs, old algorythm wasn't thread-safe
  - DB i/o is done in its own libev Queue in its own thread now; so we don't block network IO with database IO.
citadel/event_client.c
citadel/event_client.h
citadel/modules/eventclient/serv_eventclient.c
citadel/modules/rssclient/rss_atom_parser.c
citadel/modules/rssclient/rss_atom_parser.h
citadel/modules/rssclient/serv_rssclient.c
citadel/modules/urldeshortener/serv_expand_shorter_urls.c