Jump to content

James Brunner

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by James Brunner

  1. I have spent some time trying to figure this out and here is what I can tell you that might be helpful.

    ...

    I hope this saves someone some time. I wasted a day on this. Too bad NI chose not to document any of this...

    John, this was HUGELY helpful, but I did find it too late! Thank you so much for documenting this. I am just starting the process for learning these sort of "tidbits" under LV2010 application web server architecture. Hopefully, not much has changed regarding the instance-to-instance behaviors.

    --

    James

  2. Are you using web services with LV2009SP1?

    Have you deployed the web service to a target machine that only has the runtime system on it?

    When you start your LV app (causing the web server to start on the target machine), how long does it take before you can successfully make web service calls to that machine?

    We have a web application that began life under LV6 and the Internet Toolkit/G Web Server. There was also a failed attempt at using remote panels thrown in for fun. Now we are running under LV2009 and have migrated to web services fairly well. I don't specifically notice the startup delay you mentioned, but I did also resort to putting a long timeout loop monitoring the server startup (via webserver.app properties) in the application launch frame. Our application starts as a system service, so this delay is probably quite masked for me, thus I didn't notice.

    Other issues we faced migrating to web services was the separation between the main application instance and the instance running the web service VI's. This caused some head scratching, but we eventually turned on the main application VI server and called common and global resources held in main memory from application > VI > Call-by-reference wrappers.

    Finally, we are now looking at LV2010 and have a big surprise - yet another web server architecture! I am still trying to learn how best to install and configure the Application Web Server for our deployments. I haven't learned very much, but am slowly building up knowledge through the Lava and NI forums. Thanks everyone for posting questions and information!

    --

    James

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.