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 73073
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T20:08:39+00:00 2026-05-10T20:08:39+00:00

The situation is as follows: A series of remote workstations collect field data and

  • 0

The situation is as follows:

A series of remote workstations collect field data and ftp the collected field data to a server through ftp. The data is sent as a CSV file which is stored in a unique directory for each workstation in the FTP server.

Each workstation sends a new update every 10 minutes, causing the previous data to be overwritten. We would like to somehow concatenate or store this data automatically. The workstation’s processing is limited and cannot be extended as it’s an embedded system.

One suggestion offered was to run a cronjob in the FTP server, however there is a Terms of service restriction to only allow cronjobs in 30 minute intervals as it’s shared-hosting. Given the number of workstations uploading and the 10 minute interval between uploads it looks like the cronjob’s 30 minute limit between calls might be a problem.

Is there any other approach that might be suggested? The available server-side scripting languages are perl, php and python.

Upgrading to a dedicated server might be necessary, but I’d still like to get input on how to solve this problem in the most elegant manner.

  • 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. 2026-05-10T20:08:40+00:00Added an answer on May 10, 2026 at 8:08 pm

    Most modern Linux’s will support inotify to let your process know when the contents of a diretory has changed, so you don’t even need to poll.

    Edit: With regard to the comment below from Mark Baker :

    ‘Be careful though, as you’ll be notified as soon as the file is created, not when it’s closed. So you’ll need some way to make sure you don’t pick up partial files.’

    That will happen with the inotify watch you set on the directory level – the way to make sure you then don’t pick up the partial file is to set a further inotify watch on the new file and look for the IN_CLOSE event so that you know the file has been written to completely.

    Once your process has seen this, you can delete the inotify watch on this new file, and process it at your leisure.

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

Sidebar

Ask A Question

Stats

  • Questions 70k
  • Answers 70k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer Is your C++ DLL written in managed C++? If so… May 11, 2026 at 12:50 pm
  • added an answer On Adobe's site, they mention you should use the and… May 11, 2026 at 12:50 pm
  • added an answer About four lines up from that line you quoted: Objects… May 11, 2026 at 12:50 pm

Related Questions

The situation is as follows: I've got 2 models: 'Action' and 'User'. These models
Here is the basic situation. Public Class MyEnumClass(of T) Public MyValue as T End
The situation is this: You have a Hibernate context with an object graph that
The situation is like this : Main project A. and a class library B.
I'm trying to design a database for a sports meeting. I think I've got
Our situation is as follows, but I'm curious about this problem in any situation.
At my company we have a group of 8 web developers for our business

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.