On Mon, 23 Jun 2003, Ralph Rostock wrote:

> Well, I'm doing an HTTP POST in this socket write, so I'd really like to
> get all my data to the server with one write rather than having to do
> multiple writes.  I'm really surprised this doesn't work and isn't
> documented anywhere.

It's not like the server isn't going to sit there and wait (at least for a
little time) for POST data, if you indicate in your HTTP header that it's
coming.  No servers that I'm aware of give up that easily waiting for that
kind of thing.  If you put everything in one buffer and walk through that
doing writes until you've got it all sent.

-- 
-----------------------------------------------------------------------
Brian Smith // avalon73 at arthurian dot nu // http://www.arthurian.nu/
Software Developer  //  Gamer  //   Webmaster  //  System Administrator
"You know I could have been in the NSA, but they found out my parents
 were married." -- Martin Bishop, Sneakers

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to