Click here to Skip to main content
15,886,199 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: It is a bit frustrating Pin
Daniel Pfeffer20-Feb-23 9:40
professionalDaniel Pfeffer20-Feb-23 9:40 
GeneralRe: It is a bit frustrating Pin
CPallini20-Feb-23 10:25
mveCPallini20-Feb-23 10:25 
GeneralRe: It is a bit frustrating Pin
englebart20-Feb-23 13:50
professionalenglebart20-Feb-23 13:50 
GeneralRe: It is a bit frustrating Pin
trønderen20-Feb-23 17:16
trønderen20-Feb-23 17:16 
GeneralRe: It is a bit frustrating Pin
den2k8820-Feb-23 20:41
professionalden2k8820-Feb-23 20:41 
GeneralRe: It is a bit frustrating Pin
Richard MacCutchan20-Feb-23 21:08
mveRichard MacCutchan20-Feb-23 21:08 
JokeRe: It is a bit frustrating Pin
trønderen21-Feb-23 6:33
trønderen21-Feb-23 6:33 
GeneralRe: It is a bit frustrating Pin
Member 1330167920-Feb-23 20:44
Member 1330167920-Feb-23 20:44 
Quote:
We suspected - and I still do - that the extremely sluggish interactive response was a result of a bad porting to the MS Windows environment, done by developers who had not learned how to build Windows applications


Some things were (maybe still are) difficult to port to Windows.

I had a bad experience and dug into it with a benchmark that: Opened multiple small files, read them, wrote them, then closed them.

The time do do this on a Windows machine on NTFS with the set of test files I had was around 1m30s. On the same Windows machine, running a virtualbox Linux, with the same files on an ext4 filesystem the benchmark took around 12s.

The reason? On Windows, various applications can (and do) hook into the "open", "write" and "close" filesystem calls. If you're running just 1 AV and a filesystem indexer like Everything, each time an application opens a file, it's three times the overhead of doing the same on some other OS.

For applications that may open lots of small files, I don't know how you'd "port" it to Windows other than by rewriting it to not use multiple small files. For something eclipse, I'd imagine that simply referencing other java projects via maven or similar is going to result in many thousands of files being downloaded.
GeneralRe: It is a bit frustrating Pin
0x01AA20-Feb-23 9:44
mve0x01AA20-Feb-23 9:44 
GeneralRe: It is a bit frustrating Pin
honey the codewitch20-Feb-23 11:05
mvahoney the codewitch20-Feb-23 11:05 
GeneralMessage Closed Pin
20-Feb-23 6:04
Member 1496877120-Feb-23 6:04 
GeneralRe: Is bug reporting on the way out as dodo bird? Pin
k505420-Feb-23 6:35
mvek505420-Feb-23 6:35 
GeneralRe: Is bug reporting on the way out as dodo bird? Pin
haughtonomous20-Feb-23 22:09
haughtonomous20-Feb-23 22:09 
GeneralRe: Is bug reporting on the way out as dodo bird? Pin
ZaphodBeebs21-Feb-23 3:56
ZaphodBeebs21-Feb-23 3:56 
GeneralRe: Is bug reporting on the way out as dodo bird? Pin
OriginalGriff20-Feb-23 6:36
mveOriginalGriff20-Feb-23 6:36 
GeneralRe: Is bug reporting on the way out as dodo bird? Pin
Richard MacCutchan20-Feb-23 6:46
mveRichard MacCutchan20-Feb-23 6:46 
GeneralRe: Is bug reporting on the way out as dodo bird? Pin
haughtonomous20-Feb-23 22:31
haughtonomous20-Feb-23 22:31 
GeneralRe: Is bug reporting on the way out as dodo bird? Pin
jschell21-Feb-23 6:20
jschell21-Feb-23 6:20 
GeneralRe: Is bug reporting on the way out as dodo bird? Pin
Gerry Schmitz20-Feb-23 6:49
mveGerry Schmitz20-Feb-23 6:49 
GeneralRe: Is bug reporting on the way out as dodo bird? Pin
RickZeeland20-Feb-23 8:11
mveRickZeeland20-Feb-23 8:11 
GeneralRe: Is bug reporting on the way out as dodo bird? Pin
Marc Clifton20-Feb-23 8:55
mvaMarc Clifton20-Feb-23 8:55 
JokeRe: Is bug reporting on the way out as dodo bird? Pin
Daniel Pfeffer20-Feb-23 9:49
professionalDaniel Pfeffer20-Feb-23 9:49 
GeneralRe: Is bug reporting on the way out as dodo bird? Pin
jmaida20-Feb-23 10:17
jmaida20-Feb-23 10:17 
GeneralRe: Is bug reporting on the way out as dodo bird? Pin
englebart20-Feb-23 13:53
professionalenglebart20-Feb-23 13:53 
GeneralRe: Is bug reporting on the way out as dodo bird? Pin
jmaida20-Feb-23 14:15
jmaida20-Feb-23 14:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.