I've never heard any complaint from gtdify or tracks.tra.in, so it must scale reasonable. I've tried to optimize db access where possible, most processing is in the views. But I have no experience with large deployments.
Christians remarks about optimized infrastructure is very important for scale. Btw, I think a good refactoring of the todos_controller for rails 3.1 will improve things for page loading :-) Van: [email protected] [mailto:[email protected]] Namens Christian Frank Verzonden: dinsdag 22 november 2011 16:29 Aan: Sebastian Fischmeister; [email protected] Onderwerp: [Tracks-discuss] Re: Scaling to 180 users Sebastian, I have no direct experience with scaling Tracks, but I'd be surprised if you ran into major issues as long as you run in production behind a correctly configured apache / passenger, have the caching working and the DB tuned and on a sufficiently fast disk. In your use case, are the users truly concurrently working with Tracks (like if you were teaching a GTD class), or are they actually doing tasks between playing with Tracks? In the latter case I wouldn't worry at all. Either way, I would expect the configuration of the infrastructure to matter somewhat more than the app and tune them first. Please do let us know how you make out. Best Christian On Mon, Nov 21, 2011 at 6:09 PM, Sebastian Fischmeister <[email protected]> wrote: Hi, Does anyone have experience with whether Tracks scales to about 180 concurrent users? I know that tracks starts getting unbearably slow as the front page hits 500+ active todos, but I guess that is mostly the view and not the database. The question is what happens when about 60 users access a small number of todos. Ticket #542 is relevant for this. It would be cool, if someone who's more into ruby and rails were to add ruby-prof [1] support in tracks. Sebastian [1] http://ruby-prof.rubyforge.org/ _______________________________________________ Tracks-discuss mailing list [email protected] http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
_______________________________________________ Tracks-discuss mailing list [email protected] http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
