Archived community.zenoss.org | full text search
Skip navigation
1141 Views 2 Replies Latest reply: Sep 5, 2011 7:38 AM by David Keegan RSS
David Keegan Newbie 4 posts since
Aug 15, 2011
Currently Being Moderated

Aug 29, 2011 7:07 AM

Remote python clients interfere with each other.

I have a zenoss external method which returns job or device information depending on a parameter in the request. When I have a single python client invoking this external method via urllib2.urlopen() it works fine. If I have two concurrent python clients, they interfere with each other. After a few seconds one of the clients receives a response with the wrong type of data (ie a response that should have gone to the other client), and fails. What am I doing wrong?

  • Rank: Brown Belt 260 posts since
    Mar 30, 2009

    David, can you explain what you mean by  'zenoss external method' and 'remote python client'?  We may cover this topic in our bi-weekly IRC chat this coming Thur Sept 1. I want to get information on it before hand. If you attend, it is more likely to be discussed.

     

    Also, are each of these multiple python clients on different machines, or the same machine (wondering about IP address)? What is the use case for multiple calls?

More Like This

  • Retrieving data ...

Legend

  • Correct Answers - 4 points
  • Helpful Answers - 2 points