[Ur] Ur/Web in production

Marc Weber marco-oweber at gmx.de
Fri Jan 17 19:44:45 EST 2014


Excerpts from Vladimir Shabanov's message of Fri Jan 17 23:14:16 +0100 2014:
> >> Then I've switched from Postgres to Riak (needed to scale writes since
> >> RSS reader is very write heavy thing and to simplify cluster operations)
> >> and started to need more data processing and 3rd-party integration in
> >> frontend. So my Ur/Web app now links with Haskell and calls its functions
> >> via FFI.
Maybe also "smarter caching" could work, eg only cache or keep in memory
the info which feeds got read, and try to store them efficiently in
memory (eg one bit per thread) - or try to pack by storing:
read 1 to 5, 10 to 20 or such.

Sometimes there is a lot you can do this way - just some thoughts
without knowing all details.

Marc Weber



More information about the Ur mailing list