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.
Google GUICE シングルトン オブジェクトは、Google App Engine コンテキストで使用される場合、本当にシングルトンですか? そうでない場合、どうすれば真のシングルトンの動作を保証できますか?
Guiceシングルトンは、それが作成されたGuiceインジェクターの下にあるシングルトンです。これは、JVMやその他の手段ではシングルトンではありません。一部のデータを一貫して表示するために並行プロセスが必要な場合は、データベースまたはその他の同期手段を使用する必要があります。