从 WCF 提供 Flex4 应用程序
首先我必须承认我是 Flex 世界的新手。
所以我的问题是:在 Flex 4 应用程序中必须显示照片和视频。使用 WCF 服务来提供应用程序是否明智,还是应该以其他方式加载照片/视频? WCF 服务的速度是否足以将数据发送到应用程序?它可以处理小视频(大约 2 分钟)的“流”吗?
提前致谢
First of all i have to admit i'm new to the world of Flex.
So my question is this: in a Flex 4 application photos and videos have to be shown. Is it wise to use a WCF service to feed the application or should the photos/videos loaded in another way? Is the WCF service fast enough to send data to the app? Can it handle the "stream" for small videos (around 2 min)?
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据文章和我的实验,我得出的结论是,使用 .NET WCF 服务来提供 Flex 应用程序并不是很明智。
首选解决方案是使用 FLuorineFX(完全免费)或 WebORB(有限制)等工具。
Based on articles and my experiments i conclude that it is not very wise to use a .NET WCF service to feed the Flex Application.
The preferred solution is to use a tool like FLuorineFX (completely free) or WebORB(with limitations).