Re: [python-win32] dde.pyd always dies after exactly 16378 Requests

2005-05-26 Thread RayS
he conversation?  If it possible to create a repro case using Python code at both ends? -Original Message- From: [EMAIL PROTECTED] [ mailto:[EMAIL PROTECTED]]On Behalf Of Ray Schumacher Sent: Friday, 27 May 2005 3:51 AM To: python-win32@python.org Subject: [python-win32] dde.pyd alway

Re: [python-win32] dde.pyd always dies after exactly 16378 Requests

2005-05-26 Thread Mark Hammond
I can see no obvious leaks in the dde code.  It is possible the problem is at the "other end" of the conversation?  If it possible to create a repro case using Python code at both ends?   Mark -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Ray

[python-win32] dde.pyd always dies after exactly 16378 Requests

2005-05-26 Thread Ray Schumacher
In the attached .py test, I start an external program that provides data access via DDE. create a server do a number of CreateConversation-s, one for each channel make connections do lots of .Request on the connections I tried just one channel, one connection, still 16378, so it seems to be the t