as topical , i need know which connection ip_address came in ,
python code as following:
--------------------
def RegisterFDC(self, ident, _ctx=None):
try:
_ctx.conn.xx # here i want to get conn's ip_address,but i can't found any method
#do ip_address check ....
fpc = FrontDispatchControllerPrx.checkedCast(_ctx.conn.c reateProxy(ident))
except:
print 'RegisterFDC exception occurred!'
return False
return True


Reply With Quote