1

Flash アプリケーションをソケット経由でサーバーに接続しようとしているので、ソケット ポリシー ファイル サーバーをセットアップする必要があります。そこにはさまざまな独自の実装が浮かんでいるようですが、何を使用するかについて標準またはベストプラクティスはありますか? いくつかのグーグル検索では何も出てこなかったので、他の人が試したことの長所と短所を聞きたい.

余談ですが、Adobe がこの制限を課しているのに、それをサポートするためにすぐに利用できるものを用意していないのは奇妙に思えます。

4

2 に答える 2

3

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:

  • As of the date of this posting, the software has been in production use for several months without any glitches, however, please note that it has not been subject to heavy loads.

I know this isn't everything you asked - simply several pros and a caveat for one package.

于 2012-01-20T07:11:56.483 に答える
1

アドビはここにいくつかの詳細なアドバイスを持っています:

Flash Player 9 および Flash Player 10 でのポリシー ファイルの変更

この記事では、次のようなさまざまなトピックについて説明します。

  • ウェブサイトはどのように対応する必要があるか
  • ポリシー ファイル制御
  • DNS の強化
  • 目先の厳しさによる行動の変化
  • 不正なポリシー ファイル
  • ドメイン内リダイレクト
  • コンテンツ タイプのホワイトリスト
  • すぐに厳格なソケット
  • メタポリシー
  • ソケット ポリシー ファイル

このスタックオーバーフローの質問も参照してください。

于 2010-01-22T11:34:54.160 に答える