
mojombo/egitd: The Erlang git-daemon - GitHub
egitd by Tom Preston-Werner <[email protected]> egitd is an Erlang git-daemon implementation that provides a more flexible, scalable, and loggable way to serve public git repositories. Development Status: Experimental This software was in production use at github.com for a short time until it became obvious that the communications model was flawed.
开源项目egitd常见问题解决方案 - CSDN博客
Jan 19, 2025 · egitd是一个使用Erlang语言编写的git-daemon实现。 它为托管公开Git仓库提供了一种更加灵活、可扩展和可记录的方法。 该项目曾在github.com上短暂投入生产使用,但由于通信模型的问题,后来停止使用。
开源项目推荐:Egitd,用Erlang重塑Git服务新体验 - CSDN博客
Aug 30, 2024 · Egitd,由GitHub的联合创始人Tom Preston-Werner匠心打造,是一个基于Erlang实现的Git守护进程。 它旨在提供一种更为灵活、可扩展且易于日志记录的方式,服务于公共Git仓库。
Supercharged git-daemon - The GitHub Blog
Jul 14, 2008 · The project is called egitd and is a replacement for the stock git-daemon that ships with git. If you’re not familiar, git-daemon is what has, until today, served all anonymous requests for git repositories.
Erlang Git-Daemon 使用指南 - CSDN博客
Sep 1, 2024 · Egitd 是一个由 Tom Preston-Werner 开发的基于 Erlang 的 git-daemon 实现。 该工具旨在提供一种更灵活、可扩展且易于记录的方式来服务公共 Git 仓库。 曾经在 GitHub 上短暂地用于生产环境,直至发现其通信模型存在缺陷,特别是在处理大型仓库时,上传包响应时间长导致的超时问题。 尽管如此,它仍然是研究或特定场景下自托管 Git 服务的一个有趣选项。 本项目遵循 MIT 许可证。 要快速启动并运行 Egitd,您需按以下步骤操作: 准备配置文件与日志路径 (示 …
Issues · mojombo/egitd - GitHub
The Erlang git-daemon. Contribute to mojombo/egitd development by creating an account on GitHub.
Optimizing egitd (Erlang GIT Daemon): from 1800 lines ... - Reddit
Feb 16, 2011 · Optimizing egitd (Erlang GIT Daemon): from 1800 lines timeouting to 300 lines and git-daemon's performances in 4 hours. I was interested to hear about this, but as a stranger to Erlang, I have trouble deriving insights from the author's step-by-step.
Optimizing egitd : r/erlang - Reddit
Feb 12, 2011 · 9.5K subscribers in the erlang community. /r/Erlang is focused around the erlang programming language and its BEAM runtime. Other BEAM runtime…
egitd/docs/protocol.txt at master · mojombo/egitd - GitHub
The Erlang git-daemon. Contribute to mojombo/egitd development by creating an account on GitHub.
egitd 开源项目教程 - CSDN博客
Sep 1, 2024 · 项目的启动文件位于 bin/ 目录下,名为 egitd。启动文件的使用方法如下: $ bin/egitd -c <path to conf file> -l <path to log file> -c: 指定配置文件的路径。-l: 指定日志文件的路径。 3. 项目的配置文件介绍. 项目的配置文件位于 conf/ 目录下。配置文件指定了仓库名称和文件 ...