Forum Discussion
yozik_100692
Jan 31, 2012Nimbostratus
is pycontrol slower than the perl API?
I'm in the process of porting over some perl code to python and have noticed that getting data back is much slower with pycontrol. Has anyone else noticed this? the most basic example I have...
yozik_100692
Jan 31, 2012Nimbostratus
so to answer my question after some guidence, many thanks BTW, the delay in the python interface is really due to the fact that the wsdl has to be fecthed
using something like
b = pc.BIGIP(
hostname = ip,
username = username, user,
password = pswd, password,
fromurl = False,
directory = '/mywsdls/',
wsdls = ['LocalLB.VirtualServer'])
now has the same response time as the perl interface.
thanks everyone
--
Jeremy
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects