Flush meaning clears all buffers for a stream and causes any buffered data to be written to the underlying device.

learn more… | top users | synonyms

2
votes
2answers
37 views

fflush doesn't work

Why fflush doesn't work to c2 and c0? If I use the declaration c0=0 and c2=0 it works, but fflush (stdin) doesn't work, I tried to put in different places but it did not work, im using code blocks in ...
3
votes
1answer
38 views

Why R/W transition mid-file in rb+ mode fails unless I use fseek(fp,0,SEEK_CUR)?Why it works at end of file?

I had never realized this.I could have very well assumed subconsciously as a hard fact that I can transition between reading and writing on an existing file opened it update mode,just like that.But ...
0
votes
2answers
57 views

Socket tcp c# how to clear input buffer?

I'm writing an application for windows phone and I need to communicate with a server and transmit data. The SERVER is written in C++ and I cannot modify it. The CLIENT is what I have to write. The ...
2
votes
1answer
50 views

Flushing fopen()'ed files opened in update mode,between read and write operations.Explicit flushing needed?

I have read this about the switch between read and write operations(and vice-versa) for files opened for update using fopen() (LINK) "For files open for update (those which include a "+" sign), on ...
2
votes
1answer
28 views

Does python logging flush every log?

When I write a log to file using the standard module logging, will each log be flushed to disk separately? For example, will the following code flush log by 10 times? ...
0
votes
0answers
10 views

Qemu, update dirty data in physical memory when pmemsave?

I modified pmemsave to dump data in the physical memory when the machine is powered off. (with q command) However, I was wonder if data is updated with CPU cache flush before it is dumped? I cannot ...
0
votes
0answers
21 views

how to flush the scraped items using feed export in scrapy

I have 2 questions about python scrapy tool: do "csv feed export" export the scraped items instantly or the scraped items are stored in a cache and being exported when the cache is full? if the ...
0
votes
1answer
23 views

Resume DEFLATE decompression from flush point

This a question specific to the DEFLATE algorithm, but relates to gzip and zlib. Suppose I have a gzip file that I know has several flush points in the file. Some of which are made with Z_SYNC_FLUSH ...
0
votes
2answers
61 views

python stdout.flush() does NOT flush last white characters like '\n'

I have two programs. First one (subprocess.cpp) written in C++: #include <stdio.h> int main() { char * line = new char[1000]; // first scan scanf("%s\n", line); ...
1
vote
2answers
30 views

Is output buffering possible inside of flush?

I'm trying to show function status as its looping but delete the previous status before the next one shows. Current code: <?php @ini_set('zlib.output_compression',0); ...
1
vote
0answers
98 views

How do I manually flush a pipe to a child process in node.js?

I am trying to run the a script on node.js which sequentially sends numbers to an executable a.out, which squares it and writes the result on its stdout. When that happens, the next number will be ...
3
votes
3answers
80 views

What does std::ofstream::close() actually do?

This question: How to protect log from application crash? has lead me to another - what does std::ofstream::close() actually do? I know it calls flush() and that's one thing. But what else? What ...
-1
votes
3answers
47 views

no int input from keyboard c

I can't seem to get my keyboard to accept input and I'm not sure why. I have flushed the buffer (or so I think I did) and all I'm getting is BCS. This is my menu function //Menu int menu() { int ...
0
votes
1answer
71 views

How to flush chunks of arbitrary sizes in NodeJS

In a Node web server I want to flush HTML content at specific points as follows: 1st chunk: <html><head> ... </head> 2nd chunk: <body> ... </body> 3rd chunk: ...
1
vote
1answer
40 views

How to track down what Apache process is doing

I occasionally have Apache processes that go to 100% of CPU usage and never quit. When this happens 8 times (8 CPUs), the server becomes unusable. According to server-status, the "hung" process is a ...
0
votes
0answers
27 views

How to flush zend_form to multiple entities

I'm struggling with flushing my zend_form to 2 entities. In total I've 3 entities. User, Address and Country. Country is not interesting because it has standard values where only the ID come into ...
0
votes
1answer
56 views

EJB Transaction not Comitted unless invoking EntityManger#flush()

My application uses Hibernate as JPA provider and JBOSS 6.1.0-final as server. And the transaction is CMT (Transaction type in my persistence.xml is JTA). As most tutorial suggests. transaction in a ...
0
votes
0answers
57 views

White screen issue in browser

I am working on a web application using struts/tiles/jsp. We need to render a huge volume of html content in the browser.(The user wants everything at a go,so lazy loading is ruled out )The problem is ...
3
votes
4answers
138 views

How is auto-flush of stdout before return of main function implemented in C/C++

Here is a code #include <cstdio> int main() { std::printf("asfd"); // LINE 1 return 0; } If in line 1 I put segfaulting expression program crashes without flushing stdout buffer ...
0
votes
1answer
52 views

how to print in php before the execution

I have a form which when submitted, calls a php page (sample.php) my php page does a lot of execution, which takes around 5 mins of time. i am also printing "Executed!" on my sample.php page. This ...
0
votes
2answers
125 views

c++ ofstream pointer fails to write to disk

I am having trouble writing to ofstream pointer and this is quite perplexing as I really don't see anything that is missing anymore. Note, this is a follow up from this question: C++ vector of ...
1
vote
2answers
62 views

when can std::cout buffer be non-empty?

I have seen cout.rdbuf() in for example here. This implies, the stream cout have a stream buffer associated with it, which is non empty before we flush it. But, how can I ever peek into cout's stream ...
0
votes
0answers
53 views

how to ensure ssh remote command output received before ssh channel closed

I'm trying to execute very simple remote command over ssh, piping it to local chain: ssh <user>@<host> 'cat <some_big_file.gz>' |gunzip |<some_program> ...
0
votes
0answers
26 views

Using Apache Commons out.flush() versus println() for mongo

I am trying to flush files from server using Springdata and Mongo DB in Tomcat6 , However my files can be large . my question is which download technology is standard and using less memory for ...
0
votes
1answer
77 views

Response.Flush writes HTML for page on Windows Vista, 7, 8 but not on Server 2008

I'm generating a CSV from a link on the page and sending it back to the user. I wish to maintain the page context. This code works flawlessly for IE, Chrome and Firefox on my 2008 Dev box, however ...
0
votes
1answer
28 views

Do I need to Flush when using XmlRootAttribute Class?

I know that when using a stream I need to flush it so it will releases any resources related to the stream and flushing a stream takes any buffered data which hasn't been written yet, and writes it ...
1
vote
0answers
45 views

porting wireless package to android need new ROM? [closed]

I need to port new wireless package to my android device Samsung Galaxy S 3 mini. steps to do that from So how can i add my package into my device ?? this is my link for porting iw package to android ...
1
vote
1answer
47 views

Build and compile Samsung Glalaxy S 3 mini

I need to get Android source Code in linux platform to build and compile my own ROM, like this example Building the System. but I found that Galaxy S 3 mini NOT listed for building devices Building ...
1
vote
1answer
34 views

Session Flush not Showing SQL when persisting unsaved entities

The scenario is a (more complex) version of the following: IList<T> ts = Session.QueryOvery<T>().List(); // modify data of multiple objects ts[0].Foo = "foo0"; ts[1].Foo = "foo1"; using ...
0
votes
1answer
54 views

TCL Flush Ignore Backspace

Is there a way to ignore backspaces when performing a flush in tcl to capture user input? I am performing a function where I capture the user input in a variable to be used in another command at a ...
-3
votes
1answer
53 views

Starting build android source and flush to device [closed]

to install Android source then build and flush it on android device. i found this link. but there are many things confused. and each API are related to Nexus how to get it on other devices? also ...
2
votes
1answer
103 views

symfony doctrine connection flush persist

"Problem" In profiler: select query another select query third query AND NOW I CALL INSERT IN CONTROLLER SO THIS QUERY IS EXECUTED $re=new Requests(); $re->setViewed(false); ...
2
votes
1answer
57 views

out.print not pushing the data to browser

I have a JSP with while (true) where data is sent to browser . code snippet while (true) { out.print("pushing some data to browser"); out.flush(); try { Thread.sleep(1000); ...
3
votes
1answer
115 views

What does ServletResponse#flushBuffer() cover?

If I call ServletResponse.flushBuffer(), do I need to call ServletResponse.getOutputStream().close() and/or ServletResponse.getOutputStream().flush() (same for ServletResponse.getWriter().close() ...
0
votes
0answers
112 views

How to flush .NET SerialPort?

I am using an object based on the .NET SerialPort class in a VB.NET program I am creating. I have problems when performing the following: Send data to the serial port Close the port Close the ...
1
vote
1answer
127 views

Exception on automatic flush at the end of a transaction

I'm filling a database with entries that should be replaced if they are already present. To do this, first I check if the entry is already present with a find (which is wrapped in a read only ...
0
votes
1answer
59 views

PHP flush() not working via CLI script

My code: @ini_set('zlib.output_compression',0); @ini_set('implicit_flush',1); @ob_end_clean(); set_time_limit(0); function show_status($done, $total, $size=30) { static $start_time; if($done ...
0
votes
1answer
24 views

Clearing MySQL disk sapce [duplicate]

We had a very large MySQL table (about 100GB in size) that we deleted. The disk space doesn't seem to have been freed, how do you cause MySQL to flush its changes to disk? Thanks!
5
votes
2answers
211 views

PHP ob_flush(); doesn't work in IE10

I'm having a problem with PHP ob_flush(); Seems like it does not work only in IE10. gzip and caching are disabled on server, it's works everywhere except IE10. If somebody has any idea how to solve ...
0
votes
3answers
104 views

What does flushing the buffer mean?

I am learning C++ and i found something that i cant understand: Output buffers can be explicitly flushed to force the buffer to be written. By default, reading cin flushes cout; cout is also ...
2
votes
3answers
196 views

Magento “Flush Cache Storage”

I understand the difference between "Flush Magento Cache" and "Flush Cache Storage" in Magento (example). I'm trying to work on a cron job that will flush the cache storage from time to time. I'm ...
0
votes
1answer
227 views

Log4Net RollingFileAppender not flushing IO buffer with low volume log

I'm pondering on the same issue as HENRI COOK did. It's been reported as a bug on Apache Jira as far as we can tell from the short description. My problem in essence is that events are only logged ...
1
vote
2answers
116 views

Stdin not flushed after normal dummy program

Here is a piece of c code that I wrote after testing some stuffs. I know this is not a vulnerability concern, but I don't understand why the stdin is not flushed after the normal return of the ...
3
votes
2answers
70 views

Using flush() replace last line rather than make new one in php

Lets say my php code is similar to below. . . $range = range(0, 5); foreach ($range as $times) { if (ob_get_level() == 0) ob_start(); for ($i = 0; $i<1; $i++){ echo "<br>example ".$times; ...
0
votes
0answers
53 views

What is the difference between fflush() and std::cout.flush()?

What is the difference between fflush() and std::cout.flush()? I am just printing some text on Console for a testcase. Begin and end of testcase, i print text for while execution. End of the test ...
0
votes
1answer
130 views

eclipselink flush-mode COMMIT OUT of Memory

I'm using eclipselink JPA in my Java project <persistence-unit name="...." transaction-type="JTA"> <provider>org.eclipse.persistence.jpa.PersistenceProvider</provider> ...
1
vote
0answers
28 views

Asyncronous job after page elaboration

I have a php page that updates a record in a database and answer to the client with a json string. After this I need to send some email with an SMTP connection, this may take a few and i don't want ...
0
votes
1answer
68 views

How to link an entity with database?

I have a complex entity with many relations, so I need many forms in many pages to create one. Therefore, I use a session to keep my entity. Everything is going okay, but when comes the time to flush, ...
0
votes
3answers
86 views

Why do I need `str_pad('',4096)` to make PHP flushing work?

For example, this doesn't work (Firefox 21, IE8): <?php function flush_buffers(){ ob_end_flush(); ob_flush(); flush(); ob_start(); } ob_start(); echo 'Text 1<br />'; ...
0
votes
0answers
59 views

Flush backbone.js events?

I'm using backbone-relational and calling Backbone.Collection.fetch() to load my own Contact models and their submodels into a Collection, which works fine. Unfortunately backbone.js triggers a ...

1 2 3 4 5 8