Change HTTPS authentication to HTTP ? Conrad Burger wrote:
>Hi > >We are currently experiencing multiple problems with pymsnt. > >We have pymsnt 0.10.2 setup on FreeBSD 5.4 connecting to an ejabberd 0.9.8 >cluster. > >The gateway works well until about 1000 users log on to it. It then starts to >log errors until it comes to a halt. We then have to kill -9 the process and >start it up again. > >The errors: >----------------------------------------------------------------------- >Traceback (most recent call last): >--- <exception caught here> --- > File "/usr/local/lib/python2.4/site-packages/twisted/internet/default.py", >line 490, in doSelect > [], timeout) >exceptions.ValueError: filedescriptor out of range in select() >Traceback (most recent call last): >--- <exception caught here> --- > File "/usr/local/lib/python2.4/site-packages/twisted/internet/base.py", line >423, in runUntilCurrent > call.func(*call.args, **call.kw) > File "/usr/local/lib/jabber/pymsn/legacy/msnw.py", line 32, in initMe > MSNConnection.removeMe(self) > File "/usr/local/lib/jabber/pymsn/legacy/msnw.py", line 52, in removeMe > LogEvent(INFO, self.session.jabberID) >exceptions.AttributeError: 'NoneType' object has no attribute 'jabberID' >'removeMe called more than once!' >Traceback (most recent call last): >--- <exception caught here> --- > File "/usr/local/lib/python2.4/site-packages/twisted/internet/tcp.py", line >98, in doRead > return Connection.doRead(self) > File "/usr/local/lib/python2.4/site-packages/twisted/internet/tcp.py", line >252, in doRead > raise > File "/usr/local/lib/python2.4/site-packages/twisted/internet/tcp.py", line >239, in doRead > data = self.socket.recv(self.bufferSize) >OpenSSL.SSL.SysCallError: (60, 'Operation timed out') >Traceback (most recent call last): >----------------------------------------------------------------------- > >Does anyone know why we get these errors? > >How many connections from a single IP does Microsoft allow to connect to their >passport service? > >Any help would be appreciated. > >Cheers >Conrad Burger > >_______________________________________________ >py-transports mailing list >[email protected] >http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > > > >
