Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6786725
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T17:16:46+00:00 2026-05-26T17:16:46+00:00

I need to write some data in a temporary file and to store this

  • 0

I need to write some data in a temporary file and to store this file in a directory A. I use the File.createTempFile method to do this. But, there is a thread that periodically polls the directory A to check if there are temporary files to process.

// create a temporary file that will contain the data
newTmpFile = File.createTempFile("prefix", recoverFileExt, new File(
                recoverDirectory));
// the file is set to non readable, so the recovery thread cannot
// access it
newTmpFile.setReadable(false);

//write data into the file

// the file is written, it is set to readable so the recovery thread
// can now access it
newTmpFile.setReadable(true);

The problem is that I don’t want the recovery thread to access the file before the write operation is done. So, I use this mechanism : I create the file, set it as non readable, write to it then set it readable and close it. The problem is that just after the file creation, the file is still readable and the thread can access it.

So, I wanted to know if there is a possibility to set the file as non readable at its creation or if you have other solutions.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T17:16:47+00:00Added an answer on May 26, 2026 at 5:16 pm

    My suggestion would be to first give the file a different name (e.g. using a different prefix) and rename it after it’s been written.

    This way the recovery thread can differentiate between partially- and fully-written files and only process the latter.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to write some data from time to time to a file, appending
I need to create/append a text file and write some data in that. When
I need to write some data to SQL Server database from Linux in C++.
I need to write some data in several database. I choose sqlapi.com I have
I need to read and write some data through named pipes. I have tested
I need to write some code to insert around 3 million rows of data.
Lets say I need to write several functions processing some data. These functions are
I need to store some data that follows the simple pattern of mapping an
i want to open a file, write some data on it so i have
I need to write some function using ML, this function receives the list of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.