Windows Multithreaded Optimization using Winhoard

Search XAP 6.6
Searching XAP 6.6 Documentation
Browse XAP 6.6
Offline Documentation

Download latest offline documentation in HTML format:
xap-6.6.1-documentation.zip (20.6MB)

                                                              

Summary: How to use Winhoard memory allocation optimizer on windows

Overview

The Winhoard dll is provided for use in multithreaded applications on windows, because of the poor performance of the Microsoft CRT provided with windows.

HOW TO:

To enable the use of winhoard in your application you need to add it to your application linking.
Add "usewinhoard.obj winhoard.lib" to your linker additional dependencies as shown in the picture below:

The "usewinhoard.obj winhoard.lib" must appear first, otherwise you can encounter problems in runtime.

IMPORTANT: This is an old version of GigaSpaces XAP. Click here for the latest version.

Labels