![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
We are currently developing a WSE 3.0 service for User Management. To increase performance we would like to cache certain objects. But the session object is always null inside of WSE. We can use the HttpContext.Current.Cache object and it seems to work, but here are my concerns: Is this cache global across all calls to the wse service. This is important because some items in the cache we remove and they need to be removed for everyone. Second, we would like to setup this service on 2 apps service and load balance them. The cache obviously can't be shared across 2 machines. If we could use the session we could use a session server. |
#3
| |||
| |||
|
|
We are currently developing a WSE 3.0 service for User Management. To increase performance we would like to cache certain objects. But the session object is always null inside of WSE. We can use the HttpContext.Current.Cache object and it seems to work, but here are my concerns: Is this cache global across all calls to the wse service. This is important because some items in the cache we remove and they need to be removed for everyone. Second, we would like to setup this service on 2 apps service and load balance them. The cache obviously can't be shared across 2 machines. If we could use the session we could use a session server. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |