PLUSrun has been optimized to load web applications faster, use less memory and avoid initializing objects that would normally be visible on screen (in a non-web application).

These optimizations make it possible for web applications to handle heavier loads than previous releases and make them much less likely to crash or leave processes stranded in memory.

However, these changes also mean that web applications can no longer create or access objects that would normally have a visual component, such as, Forms, Menus, Toolbars, Entryfields, etc. Only non-visual components such as data modules, queries, rowsets, non-visual user defined classes, etc. should be used.