对于 Windows 开发人员来说,存在什么样的轮询服务器模式?

发布于 2024-07-16 01:50:40 字数 168 浏览 6 评论 0原文

轮询服务器似乎是某些类型的企业应用程序(尤其是社交网络 Web 应用程序)出现的一个主题。

据我所知,Unix 端的人们使用 memcache,每秒可以处理几千个请求。

由于我们没有内存缓存替代方案,Windows 开发人员有哪些选择? (我没有时间学习那个级别的 Unix)。

Polling servers seems to be a theme that comes up for certain types of enterprise applications, particularly social networking web applications.

From what I have read, people on the Unix side use memcache that can give you a few thousand requests per second.

What options do Windows developers have since we don't have a memcache alternative? (I don't have the time to learn Unix at that level).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

电影里的梦 2024-07-23 01:50:41

我不能保证 memcached 实际上适合您的问题,但让它在 Windows 服务器上运行应该不会太困难。 查看memcached for Win32作为一个很好的起点。 如果您的问题大到需要 memcached,那么移植它或让端口正常工作的努力可能不会让您感到畏惧。

I can't promise that memcached is actually suitable for your problem, but it shouldn't be too difficult to get it working on a Windows server. Check out memcached for Win32 for a good starting point. If your problem is big enough to need memcached, then the effort to port it or get a port working probably shouldn't daunt you.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文