 DanielAllis
		
			DanielAllis
		
		
		
		
		
		
		
		
	
			12-12-2006 08:49 AM
12-12-2006 09:27 AM
12-12-2006 09:59 AM
12-12-2006 10:23 AM
The PDO wait uses a wait internaly to block the thread until a message has arrived for this PDO. Thus you can specify a timeout value.
If you set the buffer to zero this changes internaly from queue to non queue handling, which means there is only one message space for the PDO and a new message will overwrite the last one. And you are right , it eliminates the buffer overflow error.
Thats the same behavior for PDO Read and PDO wait.
DirkW
12-12-2006 11:12 AM