Liftweb 环境中的后台任务
我必须编写守护进程,并且我想使用模型来连接到数据库和一些有用的 Lift 类。 是否可以运行 Rails 的 rake 任务的模拟?
I must write daemon and I want to use Models for connecting to the database and some useful Lift classes.
Is it possible to run analog of Rails's rake tasks?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Scala 社区组上也有类似的问题。答案是使用Actors来做后台处理。
http://群组。 google.com/group/liftweb/browse_thread/thread/ce536649e6e83867/ffde3a3d619adf9d?lnk=gst&q=background#ffde3a3d619adf9d
There is similar question on the Scala community group. The answer is to use Actors to do background processing.
http://groups.google.com/group/liftweb/browse_thread/thread/ce536649e6e83867/ffde3a3d619adf9d?lnk=gst&q=background#ffde3a3d619adf9d