タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

jettyに関するtakuma104のブックマーク (2)

  • Comet Performance : gregw

    Comet Performance In response to the recent discussion of push v pull Ajax performance, I decided to do some performance testing of the Jetty implementation of bayeux for the cometd project. This was also a great way to test the  asynchronous http client  that is now included with Jetty. The test scenarios was simple: 1000,2000,5000 & 10000 users simultaneously connect to the cometd server and s

    takuma104
    takuma104 2007/12/14
    設定が参考になる
  • おとこのCometアプリケーション! 非モテのためのJetty 6 Continuation入門まとめ(後編:その1) (recompile.net)

    « おとこのCometアプリケーション! 非モテのためのJetty 6 Continuation入門まとめ(前編) | メイン | おとこのCometアプリケーション! Jetty 6 Continuation入門まとめ(後編:その2) » おとこのCometアプリケーション! 非モテのためのJetty 6 Continuation入門まとめ(後編:その1) このエントリーは、前回からの続きです。 サンプルアプリケーション それでは、Cometの実装をみていくことにしましょう。サンプルアプリケーションを用意しましたので、まずは大まかにサンプルアプリケーションの動作を確認してください。 サンプルアプリケーションは、サーバプッシュ型カウンターです。サーバ側に保存されているカウンターの値が増えると、そのイベントがクライアント側へと伝えられ、クライアント側の表示が更新されます。クライアントの動作に

  • 1