[LLVMdev] Perf is dead again... :(

Dan Liew dan at su-root.co.uk
Sun Nov 30 07:31:58 PST 2014


> Yes, maintainability and stability are more important that speed.
> Though, it'd be good to have database and web separate, so we can
> scale them differently, and as needed. Docker or cloud instances look
> the right way to go, for me.

I'm currently looking into this. It seems to be possible to have
containers linked together [1] so my plan is to have a "LNT server"
container (just the python stuff) and the "database" container
separate and then link them together when launching the containers.

Is there a way for me to obtain a copy of the current postgres
database so I can test how well this works?

[1] https://docs.docker.com/userguide/dockerlinks/



More information about the llvm-dev mailing list