タグ

2013年11月3日のブックマーク (2件)

  • モバイルゲームにおけるAWSの泥臭い使い方

    EC2ではマルチキャストが使えないから○○が動かないってよく聞きます。確かにVPCであってもEC2ではL2ブロードキャストはサポートされていないので、ENIにブロードキャスト/マルチキャストパケットを投げても誰にも届きません。でも当たり前ですが、ユニキャストはできますよね?であればアプリケーションがマルチキャストのつもりで投げたパケットを捕まえて、L3アドレスはそのままにL2で複数のユニキャストフレームとして送ってしまえばいいのでは?そんな事を試して実際動く事を確認したところをデモを含めてお届けします。

    モバイルゲームにおけるAWSの泥臭い使い方
    ryuzee
    ryuzee 2013/11/03
    あまり泥臭さを感じない良い資料!
  • Testing chef cookbook with docker and test kitchen

    Test Kitchen is a framework for isolated integration testing of chef recipes. For testing a recipe it spawn a vm, execute tests and then destroys it. For local cookbook development and manual testing of changes vagarnt is definitely the first choice, but for developing cookbook with automated tests suits this VM based approach is very slow and as test kitchen destroys box with each run, testing fe

    ryuzee
    ryuzee 2013/11/03
    Vagrantでテストするの遅いからねぇ。docker併用パターンしている人が増えてきている予感