0

I am downloading content files(zip) from server to iPhone, directly by specifying the server path in the iPhone . Is there a way to cache the content in server to Appfabric and iPhone to read the content from Appfabric cache.Any help or pointer would really help me meet the project deliverables.

4

2 回答 2

1

因此,如果我正确理解了这个问题(如果没有,请随时纠正我),归结为“我可以将 AppFabric 中缓存的项目直接放到 iPhone 上吗”。

目前,AppFabric 的唯一客户端库是用于 .NET 应用程序的(而且我认为 Microsoft 在 Objective-C 中生产任何客户端库的可能性也不大:-P)。还要记住,Windows Server Appfabric 设计为位于防火墙后面,不能直接从 Internet 访问(尽管我有理由相信您可以使用 VPN 客户端解决这个问题)。所以从表面上看,答案是“不,你不能”。但是您可以在 AppFabric 前面放置一个网站或 Web 服务,从缓存中返回项目,然后从 iPhone 调用它——这可能是您最好的选择。

于 2010-08-05T09:37:28.523 回答
1

Yoy 将不得不创建一个 Web 服务/应用程序,在 appfabric 中为您托管这些文件,并通过 TCP/IP 为 iphone 提供服务。您很可能需要 win 服务器来执行此操作。如果您拥有的是 Linux,请查看Memcahced

于 2011-04-15T13:48:02.763 回答