LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

web based service on server acessed by multiple clients

Hi guys,

 

 

I am making a app (labview vi  eg  calculator)  which  has to run on the server so multiple clients can acess it at same time.

 

1.  should i be installing  labview runtime on the server.

 

2. how to deport  the application   from  my development-machine to server so it works  as a web service

 

3.  now that service is used by multiple clients simultaneously  should the vis be clones

0 Kudos
Message 1 of 6
(2,623 Views)

aparab,

 

1. Yes. I would recommend creating a LabVIEW installer because it can automatically deploy the web service.

2. See 1.

3. Yes. As a general rule of thumb, all web service VIs should be reentrant.

 

Check out this FAQ: LabVIEW Web Services FAQ

Chris
Certified LabVIEW Architect
Certified TestStand Architect
0 Kudos
Message 2 of 6
(2,578 Views)
When you say "multiple clients" how many is that? Also how much bandwidth will each client need?

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 3 of 6
(2,558 Views)

thanks Chris & Mike for your responses.

 

 

it will be made  availablle on our company Intranet &  5-8  people may acess it at a time.

 

 

 

0 Kudos
Message 4 of 6
(2,534 Views)

The point of my question is that the web server that you can but with LV is not very robust. It can work well for a limited number of users but has a lot of limitations — not the least of which is that some large corporations won't let them run of their corporate network due to security concerns.

 

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 5 of 6
(2,521 Views)

 

 

Thanks  got the point,

 

yes  but thts a pilot project we want to try!

 

if say  the info is needed  by less no of people say 5  & its on the intranet  then its fine.

 

Wat was in the mind of  NI  when they   implemented it  & try continuing it,   if its not that  robust or usable.

0 Kudos
Message 6 of 6
(2,518 Views)