Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
GWT でマルチスレットを備えたシステムを実装する必要があります。
これを行う最良の方法は何ですか?
私はhttpリクエスト、json、およびphpで構築されたWebサービスを使用しています
ありがとう
GWT コードは、マルチスレッド化されていない (少なくとも、ユーザーがアクセスできない方法で) JavaScript に変換されます。
GWT でタスクとコールバックをプログラミングする方法があります。Scheduler クラスを見てみましょう。