The idsxmlvp virtual processor class
The XML functions that HCL® OneDB® provides run in a virtual processor class named idsxmlvp.
Before you begin
About this task
The idsxmlvp virtual processor is created automatically the first time you use an XML function. If you want to increase the number of idsxmlvp virtual processors, use one of the following methods:
Procedure
- Add the following line to your onconfig file,
substituting n with the number of virtual processors
you want to start, and restart the database server:
VPCLASS idsxmlvp,num=n
- As
user informix, run the following command while
the database server is running, substituting n with
the number of virtual processors you want to start:
onmode -p +n idsxmlvp