Using DataServer with Java Virtual Users

From PeformIQ Upgrade
Jump to navigation Jump to search

Data Server

With C programs you can use the

lr_load_dll()

call to load the 'dcl.dll' DLL which contains the metod to interact with the DataServer.

I implemented a variant of this to us in C# VirtualUsers - see [xxxxxx]. I have implemented a variant of the Python DataServer, dserver.py, which runs as an HTTPServer which is used with the C# DServer classes.

However, I haven't got around to implementing a Java version of this yet.