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.
vb.net 静的変数は IIS Web ガーデンで機能しますか?
それは、それらを何に使用する予定かによって異なります。
プロセスごとに静的変数のセットが 1 つあるため、それをサーバー間でデータを共有するために使用する予定がある場合、それは機能しません。
キャッシュに使用する予定がある場合は、機能します。同じサーバー上のすべてのスレッドがキャッシュを共有しますが、サーバーごとに 1 つのキャッシュがあります。