OS-tan Collections

Lounge => General Computers and Gaming => Topic started by: Raffaele the Amigan on May 04, 2008, 10:12:15 AM

Title: How many progams run simultaneously in your OS?
Post by: Raffaele the Amigan on May 04, 2008, 10:12:15 AM
There is a flame platform war spreading into internet...

People want to know how many programs an OS can run simultaneously before crashing...

And what is the more robust OS that could support ALL this stress...

Here some videos and some links:

It started MacOS X with 150 Apps:

http://gizmodo.com/376497/mac-with-150-apps-running-shows-teeny+weeny-dock-expos-windows

Then it come Windows Vista with 108 apps, but only 30% resource consuming...

http://gizmodo.com/377255/vista-running-108-apps-bites-mac-os-x-back

And In the end Linux with 165 apps running simultaneously:

http://www.youtube.com/watch?v=LaGpRIKCWSE

(And this is all regarding processes really running simultaneously)


Also in the Amiga scene we are curious about that, but Amiga opens different separate graphical screens for each program it runs, so you cannot easily see it running simultaneously on the same screen...

To make a simple but different "brute force" test (how many simultaneous processes are running but not computing any active output), an Amiga user opened 1308 simultaneous calculator utility programs on his AmigaONE, before the hand on the mouse starting hurts him)...

http://hem.bredband.net/deniil/pics/ManyPrograms.jpg

Another Amiga user launched 301 simultaneous clocks on his old Amiga 2000 accelerated with 68060 CPU:

http://home.people.net.au/~vortexau/images/300clock.jpg

See the discussion here:

http://amigaworld.net/modules/newbb/viewtopic.php?topic_id=25916&forum=2#437747

To make an example, according to a Windows user, his XP starts doing silly things when you open more than 117 simultaneous calculators...


Your OS and your installation can perform more?
Title: How many progams run simultaneously in your OS?
Post by: Bella on May 04, 2008, 04:05:40 PM
I don't think I've ever run more than 3 or 4 programs at once...(not counting Explorer windows). I don't think I'm gonna try this, either. XD
Title: How many progams run simultaneously in your OS?
Post by: NejinOniwa on May 05, 2008, 01:35:54 AM
BURN, BABY, BURN! Mainboard inferno!
Title: How many progams run simultaneously in your OS?
Post by: CyberFoxx on May 05, 2008, 12:22:43 PM
If we're talking about outright number of processes, then right now my Gentoo/x86 desktop has 110 processes, and that's pretty much the average for it. My PII 300 server (Also running Gentoo) currently has 114 processes. Mind you, most of all of those processes are sleeping. But even then, most of the apps shown in those links appear to be sleeping as well.

Remember, Number of Apps running != Number of Processes. I can open up 100 ssh sessions to my server and only have 100 ssh processes on my desktop, but have 200 sshd processes on my server. (2 processes are opened per connection, 3 if you count bash in there as well.)

And don't get me started on number of threads!
Title: How many progams run simultaneously in your OS?
Post by: NejinOniwa on May 05, 2008, 02:11:31 PM
Currently I has 42 processes running.
That ought to answer everything.
Yes, EVERYTHING. >:3
Title: How many progams run simultaneously in your OS?
Post by: bobthemanofsteel on May 26, 2008, 06:15:16 AM
I run Vista Home Basic And It has trouble with 3 or 4 windows, crap PC but.
Title: How many progams run simultaneously in your OS?
Post by: NejinOniwa on May 26, 2008, 08:49:17 AM
...Vista?
...Home?
...Basic!?
[/i]

REPENT! REPENT! REPENT! REPENT!
>_>
Title: How many progams run simultaneously in your OS?
Post by: Bella on May 26, 2008, 03:35:39 PM
If processes count as running programs, then I have 35 going as of now.
Title: How many progams run simultaneously in your OS?
Post by: Odin Yggdrasil on October 02, 2008, 02:34:13 PM
A friend of mine produced a C script that would automatically open as many programs as possible- and actually discovered a physical limit of 1024 open programs on Windows XP.

Been meaning to reproduce his code since it was basically just an endless loop of std::system ("start program.exe"); on a Vista machine and see how far it will go.

Though I kind of feel bad for this now, imagining what the OS-tans would look like while trying to carry such extreme loads. Then again they see the same kind of load patterns when running my experimental software that from time to time accidentally sends the CPU to 100% for a few hours at a time...
Title: How many progams run simultaneously in your OS?
Post by: NejinOniwa on October 02, 2008, 05:14:10 PM
I wonder if that limitation applies to x64 XP as well? If not, that'd be another interesting thing to research.

As for things running on my computer...well, hardcore gaming, max settings drive the cpu load to about 40%. Never seen it max out, actually, though it desperately needs better cooling. I've never tested how many programs I can run simultaneously, but I do on a daily basis have, say, 2 instances of Firefox, Winamp, uTorrent, CCC, PC Probe, and say, Mass Effect or Devil May Cry 4 open and running at the same time (and I has dual screens, so yes, I can use them all at simultaneously >:3) without experiencing any kind of problems...well, except shit overheating, of course, but that's just how this thing works...so I guess there's the matter of just running a program, and actually being able to use a program or lots of them, at the same time.
Title: How many progams run simultaneously in your OS?
Post by: Odin Yggdrasil on October 02, 2008, 08:33:18 PM
My P4HT was always running hot as well, at 3.4 GHz it is the most powerful chip you could get in socket 478- and it ran so hot in fact that Intel's OEM heat sink could not handle it once it got above 70% load.

I originally built it for a heavy-duty number crunching program I had made, basically it was a Visual Basic program that emulated biologic neural activity but resulted in sending the CPU to full load for hours on end.

Been meaning to try the same program on my new laptop as it has a dual-core processor, but I really need to rewrite my program so it makes better use of the dual core capabilities.

So far though it is usually CAD and Video Editing that is the only things to come close to maxing out my CPU aside from experimental codes like that.

And yes, I think it is worth trying that test to an x64 OS. It probably hasn't changed, since really I can only think of one time you would ever need more than 1024 programs running and that would be the incomplete C++ version of the neural matrix program, since I am planning on having each neuron get it's own mini-program that manages it so that it is better compatible with multiple core processing and imitates organic behavior better than a sequential-indexed firing scheme.
Title: How many progams run simultaneously in your OS?
Post by: Rulix on October 07, 2008, 07:28:35 PM
I have never run more than 5 or 6 applications at the same time.

I have windows xp home
Title: How many progams run simultaneously in your OS?
Post by: Raffaele the Amigan on October 08, 2008, 07:55:42 AM
Quote from: "Rulix"I have never run more than 5 or 6 applications at the same time.


I have windows xp home

(http://orly.yarly.org/orly.jpeg)

O Rly?

Try to press once CTRL+ALT+CANC keys at same time...

It will bring up Task Manager Window, Click on the Process Tab and see how many processes are running underneath...

Many of them are .EXE files, i.e. real programs.

Windows XP runs lots of programs and processes to perform its functions.

It is really definitevely more than the 5 or 6 programs that you believed are the maximum you ran...
Title: How many progams run simultaneously in your OS?
Post by: NejinOniwa on October 08, 2008, 04:03:38 PM
Umu. Even the base processes are like, 50-something. XP is DEAD on 5 processes, dude.
Title: How many progams run simultaneously in your OS?
Post by: Odin Yggdrasil on October 09, 2008, 12:41:36 AM
Quote from: "NejinOniwa"Umu. Even the base processes are like, 50-something. XP is DEAD on 5 processes, dude.

As of this morning I had XP Professional on a customer's computer stable with a mere 16 processes going. If I shut off Spybot S&D, that would drop to only 15.

While I too doubt that XP-tan could handle being stripped down to only five processes, that would be one to test and see if it was possible. I could almost see that happening when in safe mode so nothing else was running...

What interests me is why Vis-tan has yet to go below 30 processes without crashing hard.
Title: How many progams run simultaneously in your OS?
Post by: NejinOniwa on October 09, 2008, 05:57:37 AM
Well, true. Mine is an x64 version, and pimped up, too, so that might have something to do with it. However, the fact that svchost.exe has 7 processes running (it's something network-related) at startup does indicate things on my end =w=;
Title: How many progams run simultaneously in your OS?
Post by: Rulix on October 09, 2008, 11:41:41 AM
I'm not counting that processes. Why? pss because they are core processes, and even if I use them "underneath" I'm just counting those I opened after windows starts.

42 processes TOTAL in task manager at this time, out of which 22 are System processes, 16 user processssssss, 2 local service, and 2  network service
Title: How many progams run simultaneously in your OS?
Post by: NejinOniwa on October 09, 2008, 05:07:06 PM
That sounds better. ^^
Title: How many progams run simultaneously in your OS?
Post by: Blast on October 21, 2008, 10:09:17 AM
93 right now, some are duplicate.

I do not plan to overstress my baby.
Title: How many progams run simultaneously in your OS?
Post by: Nakilio on October 21, 2008, 01:29:27 PM
Ho god... I only have to run my photoshop projects and my memory is nearly full..... (my 3.5Go)....
Title: How many progams run simultaneously in your OS?
Post by: RandiNinja on January 23, 2009, 02:18:00 PM
In this multitasking things, hardware also gives an important part i think... ;018
but to think my xp-chan can do 117 multitasking, it's really give me a goosebumps. ;015
Title: How many progams run simultaneously in your OS?
Post by: Smokey on January 23, 2009, 02:59:50 PM
Oh, yeah i will try if my vistan can top that on my game-pc... :D
Title: How many progams run simultaneously in your OS?
Post by: RandiNinja on January 25, 2009, 11:00:27 PM
That's torturing..... ^_^
Title: How many progams run simultaneously in your OS?
Post by: Smokey on January 26, 2009, 06:38:50 AM
nope, exercise/health check/physical exam... ;010
Title: How many progams run simultaneously in your OS?
Post by: retracer on February 18, 2009, 11:42:20 AM
my computer isn't holding many applications, but resource is always max.

because, i always running donkey, share/winny, clubbox, and torrent. (these are p2p or file sharing tools)
these apps need so many resources.