并发申请

发布于 2024-11-08 20:43:11 字数 297 浏览 0 评论 0原文

我已经使用 erlang 五个月了,我很喜欢它,现在是时候写一个并发应用程序,它将与 YAWS Web 服务器和 mnesia DBMS 交互,并在分布式系统上工作,有人可以帮助我吗? Erlang 的草稿?

我的意思是应用程序应该同时具有服务器端和客户端,服务器可以接受来自客户端的订阅,将事件进程的通知转发给每个订阅者,接受消息以添加事件并启动所需的进程,可以接受消息取消事件并随后终止事件进程。而客户端应该能够要求服务器添加事件及其所有详细信息、要求服务器取消事件、监视服务器(以了解它是否出现故障)并在需要时关闭事件服务器。从服务器请求的事件应包含截止日期

i have used erlang for the passed five month and i have liked it now it is my time to write down a concurrent application that will interact with the YAWS web server and mnesia DBMS and to work on a distributed system may any one help me with a sketchy draft in Erlang?

i mean the application should have both the sever end and the client end where by the server can accept subscriptions from clients, Forwards notifications from event processes to each of the subscribers, accept messages to add events and start the needed processes, can accept messages to cancel an event and subsequently kill the event processes. whereas the client should be able to ask the server to add an event with all its details,ask the server to cancel an event, monitors the server (to know if it goes down) and shut down the event server if needed. The events requested from the server should contain a deadline

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

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

发布评论

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

评论(1

×纯※雪 2024-11-15 20:43:11

花一些时间浏览 github,您可以找到与您的描述相对应的项目:

http://www.google.ca/search?hl=en&biw=1405&bih=653&q=site%3Agithub.com+erlang+yaws+mnesia&aq=f&aqi= &aql=&oq=

Spend some time browsing github, you can find projects corresponding to your description:

http://www.google.ca/search?hl=en&biw=1405&bih=653&q=site%3Agithub.com+erlang+yaws+mnesia&aq=f&aqi=&aql=&oq=

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