Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我发现 Sybase 每秒只能使用 sp_sendmsg(或它调用的函数 syb_sendmsg)发送 2 或 3 个 UDP。
如果我在同一台主机上运行一个小的 perl 脚本,我可以每秒发送 1000 次,正如我所料。
所以 Sybase 在发送 udps 时做了一些有趣的事情。
有没有人试过这个?
有谁知道这是什么限制?
默认数据包大小的 Sybase ASE 设置与操作系统的物理数据包大小可能不匹配。
来自 Jeff Garbus 的Sybase 15 管理员指南:
当您经常通过网络发送大量数据时,通过将 ASE默认网络数据包大小...与物理网络数据包大小相匹配,您可以获得显着的性能优势。
这里的摘录谈到了调整网络设置。