473,414 Members | 1,888 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,414 software developers and data experts.

Which Operating System performs better to manipulate thousands of files at a time?

i want to convert a txt file xml and in turn i have to convert them into HTML. A single txt file contains upto 75000 files. i have to split them and convert them into 75,000 xml and 75,000 HTML files. At a time i may have to process hundreds of texxt files. For this which os is better? whether UNIX/WINDOWS...
Nov 1 '10 #1
2 2154
ashitpro
542 Expert 512MB
I'll prefer UNIX.
You'll get better results, if you are writing you application in multi-threaded way.

This is very general question to be specific with an answer. I'll suggest writing an application and try it on both OS for say 100 files first. Put some time measure to get the execution time.

I usually work with cross platforms, I build/run few frameworks on windows as well as linux. These are basically test case automation frameworks.

It always finishes its execution on linux/unix as compare to windows in really considerable time difference.
Nov 2 '10 #2
Mariostg
332 100+
Which ever OS you pick, it will also depend on the file system you use. Some file systems performs better on larger file while other performs better on small files.
Nov 3 '10 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Isaac Rodriguez | last post by:
Does anyone know of a Python API to manipulate CAB files? Thanks, -- Isaac Rodriguez SWE Autodesk. ======================================== There are 10 types of people. Those who...
12
by: Fred | last post by:
Has anyone a link or any information comparing c and c++ as far as execution speed is concerned? Signal Processing algorithms would be welcome... Thanks Fred
133
by: Gaurav | last post by:
http://www.sys-con.com/story/print.cfm?storyid=45250 Any comments? Thanks Gaurav
14
by: J.S. | last post by:
In a Windows Form application, which is the better method to concatenate large blocks of code? 1. Reading the text from text files. 2. Adding the text to the VB file itself? Thanks! J.S. ...
5
by: Peggy Wu | last post by:
dear all, I am a programmer ,coding in IBM COBOL and the DB is DB2 V6 on OS/390. As below, for the performance issue, Does anyone know which one is better ?? To get a record that field A has a...
15
by: Rob Meade | last post by:
Hi all, I have a databse which I'm pulling the data from for my ASP page. I have 4 tables, Course, Feature, Objective, and PreRequisite. The last three all contain a course product code and a...
10
by: Andrea | last post by:
Which method is better to remove a char from a string? A replace or a substring? Considering that first char is at 0 position. Using reflector, replace let lost its track in internal call,...
20
by: mike3 | last post by:
Hi. (Xposted to both comp.lang.c++ and comp.programming since I've got questions related to both C++ language and general programming) I've got the following C++ code. The first routine runs in...
8
by: Shilpa Sethi | last post by:
I wanted to know which one is better in performance between a for loop and a while loop in terms of: 1. memory requirement 2. execution speed Also wanted to know since recursion functions are...
3
by: jagadeesh kumar | last post by:
While joining like the below, select * from EMPLOYEE e , position p where e.empid=p.empid select * from EMPLOYEE e inner join position p where on e.empid=p.empid performance wise, which...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.