Skip to main content
12-Amethyst
November 24, 2015
Question

How to make a custom code run on a dedicated MS or BGMS,

  • November 24, 2015
  • 1 reply
  • 1571 views

Hi,

I am writing an custom application to download the contents from Windchill.

I want to do this on a dedicated Method Server/BGMS.

Earlier I tried with Queues and adding them to groups and then to BGMS.

As I am  using Windcholl 10.0Mo30,

What is the better way to achieve this.

Thank You,

Avinash Patil

1 reply

1-Visitor
November 24, 2015

If you are not using a cluster, I don't think you have a documented approach for doing this. If you are using queues, then using dedicated bgms is the best choice. One option I can think of, if you are using specific http URL to have the file downloaded, you can use ProxyPass/Match directives to filter the request to a specific worker. I have not tested this but this should work theoretically - mod_proxy - Apache HTTP Server Version 2.2

Thank you

Binesh Kumar