Using DataServer with Java Virtual Users
Revision as of 15: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...")
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.