× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.


  • Subject: Re: Memory allocation
  • From: Scott Klement <klemscot@xxxxxxxxxxxx>
  • Date: Tue, 24 Jul 2001 23:03:38 -0500 (CDT)


Grrr.... what difference does it make how big the system's buffer is??

recv() doesn't wait for the buffer to be full before reading the data into
your program!  It just gives you whatever happens to be in the buffer so 
far.

If you want to read in fixed-size buffers use the routine that I ALREADY
POSTED in my last message to you.   It will force the data to be received
in fixed size chunks.

If you REALLY want to know how big the buffer is, and/or you REALLY want
to change the buffer size, you can use the setsockopt/getsockopt APIs to
do that...  but I really don't recommend it.   Just use that routine
that I posted -- that's why I took the time to write it!!


On Tue, 24 Jul 2001 PatrickConner@parkdalemills.com wrote:

> 
> I knew my first question was too vague when I read your first reply. The
> idea is I'm expecting to read 32K chunks of a 200K transmission. Because
> I know 32K is what I set to be the max for a read. Instead, I get random
> sizes on my reads. I check the network traffic and see that packet sizes
> are only a few hundred bytes. So, based on below the iSeries is buffering
> but not up to 32K. My question is what determines the size of reads that
> I am receiving? Or to match your reply, what determines the size of the
> system's buffer for that socket?
> 
> By the way, thanks for your and the others help so far. This is great
> feedback.
> 
> Patrick Conner
> www.ConnecTown.com
> (828) 244-0822
> 

+---
| This is the RPG/400 Mailing List!
| To submit a new message, send your mail to RPG400-L@midrange.com.
| To subscribe to this list send email to RPG400-L-SUB@midrange.com.
| To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.