Hello
We have a FOXPRO dll that we registered in IIS In-Process components. We basically have 10 times the same component for better performance so, basically, when an user starts a session (asp iis session) we assign it a session variable with one of the ten components that we create at that time.
That works fine, we can see at the Component Manager the 10 components "rolling" and the number of objects increase, the response time and everything. All of a sudden all values dissapear (like if we had shutdown the components) and restart again. Of course, the Session Variable where we stored the instance of the component gets cleared.
Does anyone has idea of what's going on here?
This is driving me crazy.
Thank you
We have a FOXPRO dll that we registered in IIS In-Process components. We basically have 10 times the same component for better performance so, basically, when an user starts a session (asp iis session) we assign it a session variable with one of the ten components that we create at that time.
That works fine, we can see at the Component Manager the 10 components "rolling" and the number of objects increase, the response time and everything. All of a sudden all values dissapear (like if we had shutdown the components) and restart again. Of course, the Session Variable where we stored the instance of the component gets cleared.
Does anyone has idea of what's going on here?
This is driving me crazy.
Thank you