Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
gnet
🌐🐳 A high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go.
Collective -
Host: opensource -
https://opencollective.com/gnet
- Code: https://github.com/panjf2000/gnet
[Question]: logging.Debugf要打印出来只能设置环境变量吗?
github.com/panjf2000/gnet - maxbad opened this issue over 1 year ago
github.com/panjf2000/gnet - maxbad opened this issue over 1 year ago
[Bug]: accept 接收到 unix.ECONNABORTED 错误时,main reactor is exiting 会退出
github.com/panjf2000/gnet - CloudGuan opened this issue over 1 year ago
github.com/panjf2000/gnet - CloudGuan opened this issue over 1 year ago
[Question]: 还想问一下, gnet.Run 怎么可以不阻塞,直接返回吗?
github.com/panjf2000/gnet - maxbad opened this issue over 1 year ago
github.com/panjf2000/gnet - maxbad opened this issue over 1 year ago
[Feature]: 为什么v2版本没有内置codec了, v1的codec适用v2吗
github.com/panjf2000/gnet - LeftH0ok opened this issue almost 2 years ago
github.com/panjf2000/gnet - LeftH0ok opened this issue almost 2 years ago
[Question]: 有v2版本的客户端使用示例吗?其他答案中的示例链接看不到了,谢谢
github.com/panjf2000/gnet - NickPak opened this issue almost 2 years ago
github.com/panjf2000/gnet - NickPak opened this issue almost 2 years ago
[Question]: QPS Benchmark 的结果差异原因
github.com/panjf2000/gnet - friendshipbridge opened this issue almost 2 years ago
github.com/panjf2000/gnet - friendshipbridge opened this issue almost 2 years ago
[Feature]: generic Conn context
github.com/panjf2000/gnet - rdmrcv opened this issue almost 2 years ago
github.com/panjf2000/gnet - rdmrcv opened this issue almost 2 years ago
[Question]: When receiving UDP broadcast packets, the same packet may be received multiple times
github.com/panjf2000/gnet - czy0538 opened this issue almost 2 years ago
github.com/panjf2000/gnet - czy0538 opened this issue almost 2 years ago
[Question]: 请问潘少是否知道有比较好点的七层的golangcodec库,因为gnet貌似并没有像netty一样提供丰富的七层handler
github.com/panjf2000/gnet - xj524598 opened this issue almost 2 years ago
github.com/panjf2000/gnet - xj524598 opened this issue almost 2 years ago
[Feature]: 可否暴露出setTos方法支持设置IP头的ToS字段
github.com/panjf2000/gnet - liuyingiscookie opened this issue almost 2 years ago
github.com/panjf2000/gnet - liuyingiscookie opened this issue almost 2 years ago
[Feature]: Improve performance by using io_uring api
github.com/panjf2000/gnet - misterquestions opened this issue almost 2 years ago
github.com/panjf2000/gnet - misterquestions opened this issue almost 2 years ago
opt: use the std math/bits routine to count the bit length
github.com/panjf2000/gnet - 0-haha opened this pull request almost 2 years ago
github.com/panjf2000/gnet - 0-haha opened this pull request almost 2 years ago
feat: Add TLS support to gnet
github.com/panjf2000/gnet - 0-haha opened this pull request almost 2 years ago
github.com/panjf2000/gnet - 0-haha opened this pull request almost 2 years ago
用taskset把程序绑定到多核心以后,性能不如taskset绑定到单核心
github.com/panjf2000/gnet - huangmingyou opened this issue almost 2 years ago
github.com/panjf2000/gnet - huangmingyou opened this issue almost 2 years ago
[Bug]: Compilation error on bsd 32 bit (kqueue)
github.com/panjf2000/gnet - pnx opened this issue about 2 years ago
github.com/panjf2000/gnet - pnx opened this issue about 2 years ago
[Question]: AsyncWrite how to guarantee write order?
github.com/panjf2000/gnet - pagran opened this issue about 2 years ago
github.com/panjf2000/gnet - pagran opened this issue about 2 years ago
add WriteToUDP
github.com/panjf2000/gnet - Yajun312890225 opened this pull request about 2 years ago
github.com/panjf2000/gnet - Yajun312890225 opened this pull request about 2 years ago
[Feature]: multiple addresses binding
github.com/panjf2000/gnet - Super-zhw opened this issue about 2 years ago
github.com/panjf2000/gnet - Super-zhw opened this issue about 2 years ago
[Question]: gnet客户端是否支持WriteToUDP
github.com/panjf2000/gnet - Yajun312890225 opened this issue about 2 years ago
github.com/panjf2000/gnet - Yajun312890225 opened this issue about 2 years ago
Is it possible to find out the number of bytes written with `conn.AsyncWrite()`?
github.com/panjf2000/gnet - gvitali opened this issue about 2 years ago
github.com/panjf2000/gnet - gvitali opened this issue about 2 years ago
Conn.AsyncWrite() performance tracking
github.com/panjf2000/gnet - panjf2000 opened this issue about 2 years ago
github.com/panjf2000/gnet - panjf2000 opened this issue about 2 years ago
Panic: ring_buffer, slice bounds out of range
github.com/panjf2000/gnet - gvitali opened this issue about 2 years ago
github.com/panjf2000/gnet - gvitali opened this issue about 2 years ago
V2.0相对于V1.0的优势是什么?2.0解决了什么问题?另外v2.0的windows支持进度如何了?谢谢解答。
github.com/panjf2000/gnet - im-pingo opened this issue about 2 years ago
github.com/panjf2000/gnet - im-pingo opened this issue about 2 years ago
allow creation of multiple engines on the same protocol and port
github.com/panjf2000/gnet - jdamick opened this pull request about 2 years ago
github.com/panjf2000/gnet - jdamick opened this pull request about 2 years ago
Better to support bufio.SplitFunc to split packet automatically
github.com/panjf2000/gnet - fwang2002 opened this issue about 2 years ago
github.com/panjf2000/gnet - fwang2002 opened this issue about 2 years ago
框架无锁的conn在面对go应用层多协程对conn的通用持有时的弊病
github.com/panjf2000/gnet - lesismal opened this issue about 2 years ago
github.com/panjf2000/gnet - lesismal opened this issue about 2 years ago
feat: add multiple listener support
github.com/panjf2000/gnet - leki75 opened this pull request about 2 years ago
github.com/panjf2000/gnet - leki75 opened this pull request about 2 years ago
feat: add multicast UDP listener support
github.com/panjf2000/gnet - leki75 opened this pull request about 2 years ago
github.com/panjf2000/gnet - leki75 opened this pull request about 2 years ago
想看看号称最快的网络库的demo实例,所以demo实例呢?
github.com/panjf2000/gnet - q1n9-jair opened this issue over 2 years ago
github.com/panjf2000/gnet - q1n9-jair opened this issue over 2 years ago
Enroll + AsyncWrite` is not safe
github.com/panjf2000/gnet - pagran opened this issue over 2 years ago
github.com/panjf2000/gnet - pagran opened this issue over 2 years ago
What is the difference between reactor and eventloop?
github.com/panjf2000/gnet - ccnlui opened this issue over 2 years ago
github.com/panjf2000/gnet - ccnlui opened this issue over 2 years ago
出现大量的 <Error: failed to delete fd=xxx from poller in event-loop(0): epoll_ctl del: no such file or directory>
github.com/panjf2000/gnet - JemmyH opened this issue over 2 years ago
github.com/panjf2000/gnet - JemmyH opened this issue over 2 years ago
Optimal way to listen to multiple ports
github.com/panjf2000/gnet - pagran opened this issue over 2 years ago
github.com/panjf2000/gnet - pagran opened this issue over 2 years ago
高并发,大数据包,某些包可能被两个不同的 OnTraffic 处理,导致这个消息被丢弃
github.com/panjf2000/gnet - elihe2011 opened this issue over 2 years ago
github.com/panjf2000/gnet - elihe2011 opened this issue over 2 years ago
How to implement a broadcast server?
github.com/panjf2000/gnet - ccnlui opened this issue over 2 years ago
github.com/panjf2000/gnet - ccnlui opened this issue over 2 years ago
gnet不再参加TechEmpower的性能评测了吗?为什么最近几期看不到了
github.com/panjf2000/gnet - shiqinfeng1 opened this issue over 2 years ago
github.com/panjf2000/gnet - shiqinfeng1 opened this issue over 2 years ago
客户端10万条消息写入的时候服务端崩溃了 版本 v2.0.2
github.com/panjf2000/gnet - tangtaoit opened this issue over 2 years ago
github.com/panjf2000/gnet - tangtaoit opened this issue over 2 years ago
gnet.Server 在aarch64 Ubuntu18上无法监听在“0.0.0.0”
github.com/panjf2000/gnet - k96331 opened this issue over 2 years ago
github.com/panjf2000/gnet - k96331 opened this issue over 2 years ago
io.ReadAtLeast - expect EOF return when buffer is empty in `Read` function
github.com/panjf2000/gnet - ChinW opened this issue over 2 years ago
github.com/panjf2000/gnet - ChinW opened this issue over 2 years ago
[email protected]/acceptor_unix.go:38 Accept() fails due to error: too many open files
github.com/panjf2000/gnet - concn opened this issue over 2 years ago
github.com/panjf2000/gnet - concn opened this issue over 2 years ago
Connections not properly closed
github.com/panjf2000/gnet - gonwan opened this issue over 2 years ago
github.com/panjf2000/gnet - gonwan opened this issue over 2 years ago
Connection not properly closed?
github.com/panjf2000/gnet - gonwan opened this issue over 2 years ago
github.com/panjf2000/gnet - gonwan opened this issue over 2 years ago
是否有gnet-http http2 quic http3等子项目?
github.com/panjf2000/gnet - 2391003262 opened this issue over 2 years ago
github.com/panjf2000/gnet - 2391003262 opened this issue over 2 years ago
其他条件一样,主从多 Reactors 和 SO_REUSEPORT ,性能孰优孰劣,有多少差距呢?
github.com/panjf2000/gnet - glenn-wang opened this issue over 2 years ago
github.com/panjf2000/gnet - glenn-wang opened this issue over 2 years ago
bug:Returns the expected amount of data
github.com/panjf2000/gnet - wuqinqiang opened this pull request over 2 years ago
github.com/panjf2000/gnet - wuqinqiang opened this pull request over 2 years ago
Poller的UrgentTrigger()和Trigger()
github.com/panjf2000/gnet - zhu121 opened this issue over 2 years ago
github.com/panjf2000/gnet - zhu121 opened this issue over 2 years ago
Question about the "read" function of "eventloop"
github.com/panjf2000/gnet - zhu121 opened this issue over 2 years ago
github.com/panjf2000/gnet - zhu121 opened this issue over 2 years ago
opt: byte alignment, optimization from 144 to 136 byte
github.com/panjf2000/gnet - zhongweikang opened this pull request over 2 years ago
github.com/panjf2000/gnet - zhongweikang opened this pull request over 2 years ago
请教SockaddrToTCPOrUnixAddr()对IP的处理方式
github.com/panjf2000/gnet - zhu121 opened this issue over 2 years ago
github.com/panjf2000/gnet - zhu121 opened this issue over 2 years ago
请教一下高并发请求的时候缓冲区数据叠加和ant协程池包使用问题
github.com/panjf2000/gnet - gcggcg opened this issue over 2 years ago
github.com/panjf2000/gnet - gcggcg opened this issue over 2 years ago
proxy function or proxy example
github.com/panjf2000/gnet - hiqsociety opened this issue over 2 years ago
github.com/panjf2000/gnet - hiqsociety opened this issue over 2 years ago
A server that also acts as a client
github.com/panjf2000/gnet - KevinRoebert opened this issue almost 3 years ago
github.com/panjf2000/gnet - KevinRoebert opened this issue almost 3 years ago
优化网络连接的存储方式,避免 big map 下的 GC 延迟
github.com/panjf2000/gnet - situnan opened this issue almost 3 years ago
github.com/panjf2000/gnet - situnan opened this issue almost 3 years ago
希望实现 SetDeadline, SetReadDeadline, SetWriteDeadline
github.com/panjf2000/gnet - ycyuxin opened this issue almost 3 years ago
github.com/panjf2000/gnet - ycyuxin opened this issue almost 3 years ago
Connection migration to other server seemlessly.
github.com/panjf2000/gnet - chikilov opened this issue almost 3 years ago
github.com/panjf2000/gnet - chikilov opened this issue almost 3 years ago
Plan to support io_uring or XDP backend?
github.com/panjf2000/gnet - fly3366 opened this issue almost 3 years ago
github.com/panjf2000/gnet - fly3366 opened this issue almost 3 years ago
gnet.NewClient中的参数gnet.WithTCPKeepAlive(time.Minute*5)貌似没什么效果
github.com/panjf2000/gnet - rocqina opened this issue almost 3 years ago
github.com/panjf2000/gnet - rocqina opened this issue almost 3 years ago
Topics about the http/http2/rpc server corresponding to gnet
github.com/panjf2000/gnet - srvlibs opened this issue about 3 years ago
github.com/panjf2000/gnet - srvlibs opened this issue about 3 years ago
Gnet hangs on receive incomplete request
github.com/panjf2000/gnet - slow-zhang opened this issue about 3 years ago
github.com/panjf2000/gnet - slow-zhang opened this issue about 3 years ago
Using Gnet to implement Redis meet performance problem
github.com/panjf2000/gnet - slow-zhang opened this issue about 3 years ago
github.com/panjf2000/gnet - slow-zhang opened this issue about 3 years ago
opt: implement zero-allocated []byte pool for reusing bytes
github.com/panjf2000/gnet - fufuok opened this pull request about 3 years ago
github.com/panjf2000/gnet - fufuok opened this pull request about 3 years ago
ENH: Expose unix file descriptor to gnet.Conn
github.com/panjf2000/gnet - OskarSniper opened this pull request over 3 years ago
github.com/panjf2000/gnet - OskarSniper opened this pull request over 3 years ago
使用 gnet 做代理隧道时,React 的 frame 参数显得多余
github.com/panjf2000/gnet - dawndiy opened this issue over 3 years ago
github.com/panjf2000/gnet - dawndiy opened this issue over 3 years ago
avoid allocation by reserving space
github.com/panjf2000/gnet - firedtoad opened this pull request over 3 years ago
github.com/panjf2000/gnet - firedtoad opened this pull request over 3 years ago
没有详细的开发技术文档吗,搭建 跑demo 快速上手???
github.com/panjf2000/gnet - danielesk opened this issue over 3 years ago
github.com/panjf2000/gnet - danielesk opened this issue over 3 years ago