On Mon, Oct 18, 2010 at 8:19 PM, Renato Isidio <renato...@gmail.com> wrote:

> Can you help us? We've noticed that our git-daemon is quitting
> sometimes. We dont dont exactly what is the problem. Here we have a
> lot of CIs servers (Continuous Integration Servers) that keeps seeing
> if theres something new on git server. We have concurrent connections
> that are not too much (I mean =~70 / per minute(10 projects * 7
> repositories) ). Do you think this could be the problem?
>

The git poller is a very basic thing and probably won't be able to handle a
lot of concurrent users. On Gitorious.org we use a piece of software called
proxymachine (http://github.com/mojombo/proxymachine) to have a single entry
point towards several regular git daemon processes.

Cheers,
- Marius

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

Reply via email to