Lorin:

Are you reading from an actual file or a socket?  I have had no trouble
using stdin to read from a file or pipe, even for large files.  For
sockets, I had the symptoms you described until I wrote code to keep
rechecking until the socket is fully read.  If this is the issue, I can
post what I use.

Best wishes,

John


Lorin Lund wrote:
> Using jconsole for CGI (web server application) I need to get the POSTed
> data via stdin.  It works for small files.  Fails for large files.  Is
> there anything
> I can do about this?
>
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>


----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to