Tagged Questions

0
votes
2answers
17 views

Flash - Why doesn’t my SharedObject get saved on disk when closing IE?

I have a Flash application that uses SharedObject to save and read some data locally. As it is said everywhere Flash saves the data from the shared object to disk when the applicat …
0
votes
1answer
16 views

Flush NHibernate whilst still allowing transaction rollback

I am trying to use NHibernate with some legacy database transaction. On occaisson this means that I need to manually flush NHibernate data to the database. A problem occurs when t …
3
votes
8answers
99 views

flush in java.io.FileWriter.

I have a question in my mind that, while writing into the file, before closing is done, should we include flush()??. If so what it will do exactly? dont streams auto flush?? EDIT: …
0
votes
0answers
8 views

Does NH guarantee the cache will not return invalid or stale data for query methods other than ISession.Find()…?

The ISession.Find()... methods are now deprecated. Does the statement about NH guaranteeing the Find()... methods will not return stale or incorrect data extend to ICriteria based …
0
votes
4answers
48 views

How to set a timer in PHP?

For example, my goal is to test the code given here: http://stackoverflow.com/questions/863268/php-script-that-reports-progress-to-client <?php waitalittle(); echo 'Task one …
2
votes
2answers
94 views

How do you flush Python sockets?

I've written a server in Python that is meant to send data to the client in the form "Header:Message" I would like to be able to have each message sent individually so that the cl …
9
votes
3answers
266 views

How to make sure that a file was permanently saved on USB, when user doesn’t use “Safely Remove Hardware”?

When I save a file on a USB within my delphi application, how can I make sure the file is really (permanently) saved on the USB, when "Safely Remove Hardware" is not performed (esp …
0
votes
0answers
26 views

dd conv=sync and flushing

Hi Will the conv=fsync flag when using dd, flush the data directly? /Jesper
2
votes
2answers
71 views

Why does bash sometime not flush output of a python program to a file

I have a crontab job calling a python script and outputting to a file: python run.py &> current_date.log now sometimes when I do tail -f current_date.log I see the fi …
0
votes
2answers
79 views

How do I flush output to file after each write with a gfortran Fortran 90 program?

I am running a loop in a Fortran 90 program that outputs numerical values to an output file for each iteration of the loop. The problem is that the output is not saved to the file …
0
votes
3answers
229 views

Simple C Program

Ok so I am trying to learn C and I want my user to input a value so I am using scanf. I started off not having the flushes, because nothing was comming up until I typed in two val …
1
vote
6answers
179 views

NHibernate not picking up changes

I am wondering under what circumstances the following NHibernate code could fail: var session = NHibernateSessionManager.CurrentSession; var foo = session.Linq<Foo>.ToList( …
2
votes
2answers
108 views

NHibernate.ISession.Flush() is taking a long time after a Delete()-Operation

In my application I would like to clear/empty a table (which is the only one) in my SQLite-DB. I am programming in C#. _session is of type NHibernate.ISession. Here is my code: s …
0
votes
1answer
70 views

Flush Enterprise library cache block data of one ASP .NET web site from another

I have two ASP .NET Web sites using one same static instance of a cache manager. The first web site fetches data from a database and caches it using the forth mentioned cache mana …
2
votes
5answers
310 views

Bash: How to flush output to a file while running

I have a small script, which is called daily by crontab using the following command: /homedir/MyScript &> some_log.log The problem with this method is that some_log.log i …

1 2 3 next
15 30 50 per page