Moin,
I do in a PHP a
$hashtable = array();
$check = new Java('package.Clazz', $hashtable);
$response = java_values($check->check());
For performance reasons, we decided for hash tables an not to use getter
and setter.
It seem to me that same request are queued:
I put a breakpoint in the Clazz and stop the first request.
If I run a second one in PHP it arrives only when I release the first.
Is it possible to deactivate this behavior?
kind regards Thomas
|