Flash アプリケーションをソケット経由でサーバーに接続しようとしているので、ソケット ポリシー ファイル サーバーをセットアップする必要があります。そこにはさまざまな独自の実装が浮かんでいるようですが、何を使用するかについて標準またはベストプラクティスはありますか? いくつかのグーグル検索では何も出てこなかったので、他の人が試したことの長所と短所を聞きたい.
余談ですが、Adobe がこの制限を課しているのに、それをサポートするためにすぐに利用できるものを用意していないのは奇妙に思えます。
Flash アプリケーションをソケット経由でサーバーに接続しようとしているので、ソケット ポリシー ファイル サーバーをセットアップする必要があります。そこにはさまざまな独自の実装が浮かんでいるようですが、何を使用するかについて標準またはベストプラクティスはありますか? いくつかのグーグル検索では何も出てこなかったので、他の人が試したことの長所と短所を聞きたい.
余談ですが、Adobe がこの制限を課しているのに、それをサポートするためにすぐに利用できるものを用意していないのは奇妙に思えます。
I developed it, so I'm biased, but you might look at http://socketpolicyserver.com
The software is packaged as a Debian package, making it easy to install, upgrade, delete, or purge on Debian systems.
The software is written as an Apache module and uses configuration files that are relatively familiar to anyone using Apache.
The software uses the cross-platform Apache Portable Runtime library, allowing the code to be relatively simple and easy to audit.
The software is well-documented and includes logging capabilites and working configuration files.
Those are some of the best practices I used when designing and packaging the software. And here is a caveat:
I know this isn't everything you asked - simply several pros and a caveat for one package.
アドビはここにいくつかの詳細なアドバイスを持っています:
Flash Player 9 および Flash Player 10 でのポリシー ファイルの変更
この記事では、次のようなさまざまなトピックについて説明します。
このスタックオーバーフローの質問も参照してください。