bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#5372: Calling url-retrieve-synchronously in a timer


From: Jason Rumney
Subject: bug#5372: Calling url-retrieve-synchronously in a timer
Date: Thu, 14 Jan 2010 13:21:33 +0800
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0

On 14/01/2010 12:33, Stefan Monnier wrote:
url-retrieve-synchronously should not be using a subprocess, so unlikely.
It does use a subprocess.  But it typically doesn't send much data via
process-send-region (tho it can easily receive a lot of data from such
processes).

The "subprocess" it uses should be a network socket, not a real subprocess. The lisp interface is the same, but I am fairly certain that bug#5359 is caused by a limitation in Windows stdio buffering between processes, not by anything internal to Emacs, so it should only affect real subprocesses.








reply via email to

[Prev in Thread] Current Thread [Next in Thread]