spline icon indicating copy to clipboard operation
spline copied to clipboard

Spline is hilariously unscalable

Open eevee opened this issue 11 years ago • 0 comments
trafficstars

Which is fine at the moment, but I'd like to think about some ways to improve on that.

Things that are inherently tied to one machine:

  • SQLA takes only one database URL
  • Sessions are stored in a local directory
  • Wiki pages are stored in a local git repository
  • Whoosh (which is broken, granted) is stored in a local directory

An obvious solution to some of this is to break out the relevant functionality into a separate service, which then complicates deployment significantly. Probably a "mamayo" problem?

eevee avatar Feb 10 '14 06:02 eevee