Difference between revisions of "Using DataServer with Java Virtual Users"

From PeformIQ Wiki
Jump to navigation Jump to search
(Created page with "=Data Server= With C programs you can use the <pre>lr_load_dll()</pre> call to load the 'dcl.dll' DLL which contains the metod to interact with the DataServer. I implemented...")
 
(No difference)

Latest revision as of 15:51, 21 January 2016

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.