Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: multitasking

  1. #1
    Junior Member Newbie
    Join Date
    Dec 2000
    Location
    Australia
    Posts
    3

    multitasking

    what would anyone recommend as a way of preventing/minimizing interupts in opengl programs that are due to multitasking. I am running a timed display that sometimes stalls for x units while translating and then is redisplayed sometime further along the translated axis.
    ta,
    simon

  2. #2
    Member Regular Contributor
    Join Date
    Sep 2000
    Location
    Vancouver BC Canada
    Posts
    433

    Re: multitasking

    If you want your process to receive higher priority during scheduling, use the "setpriority" system call.

    See the man page for full details.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •