VTS with multiple projects
Question ID: 105290
5
0

We are starting to use VTS 11.52; however we have multiple projects that need to concurrently use the VTS Server. What is the best practice for managing this?

Marked as spam
Posted by (Questions: 23, Answers: 4)
Asked on February 4, 2014 8:46 pm
50 views
Answers (1)
4
Private answer

There are several ways to handle multiple projects using VTS. The first is to use multiple instances of the VTS using different ports. If the machine that supports the VTS server is strong enough, this should work fine.

A second solution is to assign column names to different projects and use composite records within those columns. For example, if you need Name, Address, Telephone, account number, create a composite record like this:

George Jetson:11234 Asteroid Way, Pluto: 888-212-2353:234987345A

You can then retrieve all the data with one efficient call to the VTS. Use strtok to break the composite record into individual parameters. Using this method is fast and makes very efficient use of the VTS. This can support as many projects as needed.

Marked as spam
Posted by (Questions: 4, Answers: 41)
Answered on February 4, 2014 8:55 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top