Hi
We have cross compiled python version 2.7.3 and integrated with ipnc sdk. our aim is to transfer the files to AWS server using s3cmd which runs on python.
The problem we are facing is while starting the execution of any command related to python its taking 15-20 sec time and around 40-50% cpu usage.
for example i just run "s3cmd --version" it will execute successfully but initially it will take time and cpu usage before showing the version. We verified by the sample python script , the same issue we face there.
has anyone faced this kind of issue before? from system its working fine.
Little help will be appreciated.
Thanks,