I'm supporting a legacy VB6 web application. We generally try to use Retained in Memory (RM) components. However, some components are "borrowed" from a Windows application. Since those components contain forms, they cannot be marked as RM. As a result, we currently have a mix of RM and non-RM components.
The question has been raised, "Would it be ok to use non-RM versions of all components?"
It seems like going this route could lead to scalability and performance issues. Does anyone have experience with this?