Program guide > (deprecated) Partitioning facility > Partitioning facility programming > Partitioning facility framework programming model


Deprecated feature: The partitioning facility (WPF) feature is deprecated. You can configure partitioning with WebSphere eXtreme Scale.


Threading issues for the PSSB callback methods

The high availability manager always calls the partitionLoadEvent before the partitionUnloadEvent, and the invocations occur serially for the same partition (they are never called concurrently for the same partition). The high availability manager maintains a dedicated thread pool for invoking these methods. When N partitions are activated, the load events are delivered to the application using this thread pool; therefore, if the thread pool has 10 threads, then at most 10 partitions are activated/deactivated at one time. If there are 100 partitions to activate, then the 100 activation method calls are queued to the thread pool and the thread pool delivers the events to the application 10 at a time. This is approximate and depends on CPU count, and the operating system.


Parent topic:

Partitioning facility framework programming model


Related concepts

Partitioning facility framework programming model


+

Search Tips   |   Advanced Search