Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
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
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