Hello,
This is the code to write and read from a data queue.
The code works but it is very slow, there is something that is not right but I do not know what it is.
$ToolkitSrvObj = ToolkitService::getInstance($Lg->server,$Lg->user,$Lg->pass,$Lg->transportType,$Lg->isPersistent); //echo $ToolkitSrvObj;
$Dq = new DataQueue($ToolkitSrvObj);
$Dq->SetDataQName($DataQQue, $libl);
$Dq->SendDataQueue(128, $KeyQueu , 0, $keyGet);
$data = $Dq->ReceieveDataQueue(30, 'EQ', 32, $keyGet, 'Y');
Could you lend me a hand.
Thanks.
Slow Request Execution
Re: Slow Request Execution
Is it a performance issue...do you get a response back?
else for using the data queue, please refer to our documentation for explanation and sample usage of the function.
http://files.zend.com/help/Zend-Server/ ... ethods.htm
else for using the data queue, please refer to our documentation for explanation and sample usage of the function.
http://files.zend.com/help/Zend-Server/ ... ethods.htm
Shlomo Vanunu
IBM System i
IBM System i