I have a private osm server and i have a problem with it's performance. I noticed that the server make multiple requests to the db when potlatch is waiting (loading data). I believe these requests are from different threads because the timing is very similar. [Massive log dump deleted for readability] asked 14 Nov '11, 12:06 alexz Jonathan Ben... |
Your question is actually about how Ruby on Rails works, rather than anything to do with OSM specifically. If you'd like to know how Rails works there's plenty of information available. answered 14 Nov '11, 17:20 Jonathan Ben... |