简体   繁体   English

MailboxProcessor数据序列化?

[英]MailboxProcessor data serialization?

Compared to NServiceBus, MSMQ, etc. message based architectures... Is there any way to "restore backup" state of F# mailbox processor? 与NServiceBus,MSMQ等基于消息的体系结构相比...是否有任何方法可以“恢复F#邮箱处理器的备份”状态?

Or best practices to extend MailboxProcessor to enable serialization of data? 还是扩展MailboxProcessor以启用数据序列化的最佳实践?

In case of eg some kind of hardware failure. 如果发生某种硬件故障。

Is there any way to "restore backup" state of F# mailbox processor? 有什么方法可以恢复F#邮箱处理器的备份状态?

Not built in but, of course, you can just save and reload. 当然不是内置的,但是您可以保存并重新加载。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM