In one of my sybase servers with large database load, we managed to mark one of 16 cpu cores to a specific stored proc, so no other process could use that core.
We also managed to dedicate a processor to a specific JDBC connection.
This let us ensure a high priority task gets enough CPU resource allocation.
What’s the name of the feature?