<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2800.1595" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=802493222-29062007><FONT face=Arial color=#0000ff size=2>With 
the -noshell option, the kernel application will still grab 
stdin.</FONT></SPAN></DIV>
<DIV><SPAN class=802493222-29062007><FONT face=Arial color=#0000ff size=2>With 
-noinput, it only grabs stdout (which is less of a problem, 
since</FONT></SPAN></DIV>
<DIV><SPAN class=802493222-29062007><FONT face=Arial color=#0000ff size=2>anyone 
can write to a port using port_command().)</FONT></SPAN></DIV>
<DIV><SPAN class=802493222-29062007><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=802493222-29062007><FONT face=Arial color=#0000ff 
size=2>BR,</FONT></SPAN></DIV>
<DIV><SPAN class=802493222-29062007><FONT face=Arial color=#0000ff size=2>Ulf 
W</FONT></SPAN></DIV><BR>
<BLOCKQUOTE dir=ltr 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
  <HR tabIndex=-1>
  <FONT face=Tahoma size=2><B>From:</B> Fredrik Svahn 
  [mailto:fredrik.svahn@gmail.com] <BR><B>Sent:</B> den 29 juni 2007 
  23:02<BR><B>To:</B> Ulf Wiger (TN/EAB)<BR><B>Cc:</B> Per Hedeland; 
  erlang-questions@erlang.org<BR><B>Subject:</B> Re: [erlang-questions] input 
  too fast<BR></FONT><BR></DIV>
  <DIV></DIV>On 6/29/07, <B class=gmail_sendername>Fredrik Svahn</B> <<A 
  href="mailto:fredrik.svahn@gmail.com">fredrik.svahn@gmail.com</A>> wrote:
  <DIV><SPAN class=gmail_quote></SPAN>
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">It 
    would seem to me that having stdin sent to a process of your choice is 
    definitely more "erlangy" than doing file:reads (if there was some back 
    pressure). But using open_port still seems a little bit dirty to me... :-) 
    It might be a bit difficult to explain to a newbie and also has the added 
    disadvantage of using extra command line options (-user as in Ulfs example 
    at the shootout). </BLOCKQUOTE>
  <DIV><BR>I should mention that I had the same problem with the "stdin as file" 
  approach. I had to patch escript.c and change "-noshell" to "-noinput". Does 
  anyone have any idea what the problem might be? 
<BR></DIV><BR></DIV></BLOCKQUOTE></BODY></HTML>