Patches item #1050128, was opened at 2004-10-19 17:37 Message generated for change (Comment added) made by zmoelnig You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1050128...
Category: puredata Group: bugfix
Status: Closed Resolution: Accepted
Priority: 5 Submitted By: Guenter Geiger (ggeiger) Assigned to: Nobody/Anonymous (nobody) Summary: Fixed -nogui behaviour on Windows
Initial Comment: This patch is against pd from CVS mar oct 19 17:34:56 CEST 2004
The patch fixes the problems when running pd with -nogui under windows. It seems that the select() function under windows can not cope with timeouts when there are no filedescriptors to select on. This is why putting a netreceive in the patch fixed the behaviour.
This patch fixes the problem by calling the "Sleep()" function in case there is no filedescriptor to poll.
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2005-05-18 11:21
Message: Logged In: YES user_id=564396
accepted by millerpuckette
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette) Date: 2005-05-18 06:54
Message: Logged In: YES user_id=313747
Took it (0.39test2)
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1050128...