Using DataServer with Java Virtual Users

From PeformIQ Upgrade
Revision as of 14:51, 21 January 2016 by PeterHarding (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.