![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Expect script issue | Segwar | Shell Programming and Scripting | 2 | 04-25-2008 04:00 AM |
| expect issue...help! | nimrodman | Shell Programming and Scripting | 1 | 04-02-2008 07:05 AM |
| performance issue | big123456 | UNIX for Advanced & Expert Users | 1 | 08-28-2007 06:53 AM |
| performance issue | rein | AIX | 1 | 07-11-2007 11:54 PM |
| Performance issue | shibz | UNIX for Advanced & Expert Users | 5 | 12-17-2002 07:12 AM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
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. |
| Forum Sponsor | ||
|
|
|
|||
|
Do you install expect from the IBM Linuxtoolbox or do you use some other binary? If you do you may try expect from the toolbox first. If you use some other binary: was it compiled with VAC or GCC? VAC might be preferable when it comes to speed (and compatibility).
|