OLE Performance Factors with Windows 3.1

Last reviewed: November 23, 1994
Article ID: Q82815
The information in this article applies to:
  • Microsoft Windows operating system versions 3.1, 3.11

SUMMARY

In Microsoft Windows operating system version 3.1, objects are passed between applications through memory with OLE version 1.0; therefore, memory availability is often the limiting factor for OLE operations. Using an embedding function (such as OLE drag and dropping) with large objects can cause duplication of data and require storage space.

MORE INFORMATION

Locality

To perform OLE functions, both the client and the server applications must be on the same local machine. The information (that is, the container document and the source files) can be stored on the file server.

Embedding and Packaging

Embedding and creating packages by dragging and dropping an object from the File Manager creates a copy of the object, which is stored in the container document. Embedding large objects (such as sound) duplicates a large amount of information and requires storage space. Embedding and OLE drag and dropping large objects requires large amounts of memory.

Memory Limitations

All objects are passed through memory in OLE version 1.0. This places limitations on OLE operations especially with low memory conditions.

Size of the Object

The size of objects being embedded or linked is limited by the system resources (memory and storage) only.

Number of Linked or Embedded Objects per Document

The number of objects that you can embed or link is limited by the system resources (memory and storage) only.

Activation Time for Objects

Different servers have different times of activation. For example, a large spreadsheet application has a longer activation time than a specialized mini-server. Also if the server is already running when you activate an object, the activation time is significantly shorter.


KBCategory: kbtool kbsound kbole
KBSubcategory: win31 winmem
Additional reference words: 3.10 ole applet accessories


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: November 23, 1994
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.