All Questions
Tagged with scalability programming-practices
3 questions
2
votes
2
answers
283
views
Is it a good idea to install more libraries than you need? [closed]
I decided to try Anaconda, it seems that too many large companies are using it. I was amazed by the number of libraries included by default
installing: python-2.7.9-2 ...
installing: conda-3.10.0-...
3
votes
2
answers
345
views
Scalable Job Handler
We have a job table that triggers a notification when a new job gets inserted.
Clients that can handle such jobs may subscribe to those notifications.
When a client receives a notification, he can "...
3
votes
1
answer
557
views
PHP high traffic default page
I have a php website that will be experiencing high levels of traffic in a few weeks. We scaled the servers to accept the traffic, but want some sort of fallback page in the event that something ...