The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > AIX
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 05-14-2008
ravindra_maddal ravindra_maddal is offline
Registered User
 

Join Date: May 2008
Posts: 3
Performance issue in expect library on AIX 5.3

Hi All,

I am getting a performance issue in expect5.43.0 library on IBM AIX 5.3. When I have used exp_fexpectv call for pattern matching with the expect string, the execution latency of the call is approximately 200 ms. In that way, I am able to complete only 4 or 5 transactions per second using the expect library. Even when I bypassed this call and used a separate code to read the file pointer opened by exp_popen, the latency is not reduced.

When I am using expect 5.40.0 expect library on solaris 8, I am not facing this problem.

Do I have to use expect 5.40.0 library on AIX to resolve problem? Or Could this be because of any issue with the AIX 5.3 installation? Please suggest.
Reply With Quote
Forum Sponsor