1

I have a series of command line applications which use accelerated hardware contexts to perform logic on the GPU, in a CUDA like fashion.

The applications are Windows specific, so they can not run on other operating systems. I need to integrate these into a web service, which is running in a Windows Server 2008 R2 cluster.

Currently, when I run them via remote desktop or from the web service, they fail to acquire an accelerated hardware context. I understand the failure via remote desktop, but that is non-essential.

The real key is get the accelerated context when invoked by the web service (a node.js application). I thought that a dongle might do the trick, but I'm not sure.

The server has an Nvidia Quadro FX 3700 - a fairly beefy, but dated card (with the latest drivers installed).

Anyone have any advice how to achieve this?

Mark Henderson
  • 68,316
  • 31
  • 175
  • 255

1 Answers1

0

Seems to be a common problem with things like CUDA. See this question https://stackoverflow.com/questions/2464182/windows-2008-renderfarm-service-createprocessasuser-session-0-isolation-and-o

JamesRyan
  • 8,138
  • 2
  • 24
  • 36