Erlang、membase 和 comet
我想知道是否有人已经一起使用这三种技术。我知道Erlang和Comet被广泛使用,但我找不到任何与Comet + Membase或Erlang + Membase相关的东西。由于某种原因,他们在一起是一个坏主意吗?
我正在使用 Freemind 进行一项研究,以绘制有关这三种技术(Erlang、Membase 和 Comet)的想法。由于我是这三个人的新手,我不确定它们是否是一个很好的组合。
基本上,我想到的应用程序将有许多客户端(“客户端 A”)向服务器发送少量数据。服务器需要尽快保存这些数据,并根据请求将其发送到另一组客户端(“客户端 B”),其中客户端 B 比客户端 A 少得多。
这个应用程序只是我的一个想法虽然(没什么新意,已经完成了),但我想用 Erlang 和 Comet 进行实验,它们似乎很合适。
如果有人能给我一些提示,我将非常感激。这是我在这个网站上的第一个问题,我要打开。如果是这样,请告诉我,我会将其发布到其他地方。
谢谢你!
I was wondering if someone had already use this three technologies together. I know Erlang and Comet are widely used, buy I can't find anything related of Comet + Membase or Erlang + Membase. Are them together a bad idea for some reason?
I'm doing a research using Freemind to map the ideas about these three technologies (Erlang, Membase and Comet). As I'm new to the three I am not certain if they are a good combination.
Basically, the application I have in mind will have many clients ("clients A") sending small amounts of data to the server. The server needs to save this data as fast as possible, and send it on request to another set of clients ("clients B"), where clients B are quite fewer than clients A.
This application is just an idea I have had for a while (nothing new, it's been done already), but I would like to experiment with Erlang and Comet and they seem to fit.
If anyone can provide my with some hints I would appreciate it very much. This is my first question on this site, it my be to open. If it's so, please let me know and I will post it somewhere else.
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于 membase,您只需要使用几个 memcached 客户端中的任何一个即可。对于你所描述的内容来说,它应该工作得很好。
尝试一下。描述什么对你不起作用。 :)
For membase, you just need to use any of several memcached clients. It should work quite well for what you're describing.
Give it a try. Describe what doesn't work for you. :)