comp.lang.ada
 help / color / mirror / Atom feed
* Increase Buffer Byte Size in my application?
@ 2015-03-07  0:25 dd24fan
  2015-03-07  4:06 ` gautier_niouzes
  0 siblings, 1 reply; 2+ messages in thread
From: dd24fan @ 2015-03-07  0:25 UTC (permalink / raw)


Everyone,

I have a 32-bit application that ran an error_logger package back when using Windows XP.  The logger files would generate hundreds of MB of data when I had set the debug flag to capture information.

I've since upgraded the PC to Windows 7 and can still run the 32-bit app however now when I set the debug flag I'm only getting like 2 to 3 MB of data in the same amount of time I would have ran in XP to get the hundreds of MB.

Any ideas if I need to increase buffer byte size which is currently 36K?

Thanks,

Davelin




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Increase Buffer Byte Size in my application?
  2015-03-07  0:25 Increase Buffer Byte Size in my application? dd24fan
@ 2015-03-07  4:06 ` gautier_niouzes
  0 siblings, 0 replies; 2+ messages in thread
From: gautier_niouzes @ 2015-03-07  4:06 UTC (permalink / raw)


> Any ideas if I need to increase buffer byte size which is currently 36K?

In such a case, the only solution is to try and measure time:
 36K -> T=...
 72K -> T=...
144K -> T=...

You'll see if the size has any positive effect and if so, at which size it stops.
_________________________ 
Gautier's Ada programming 
http://gautiersblog.blogspot.com/search/label/Ada 
NB: follow the above link for a valid e-mail address 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-07  4:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-07  0:25 Increase Buffer Byte Size in my application? dd24fan
2015-03-07  4:06 ` gautier_niouzes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox