Jump to content

Multicore CPU use


Kachar ganyalong

Recommended Posts

As far as I know the answer is yes. We have constantly 10 to 20+ users using our software and load seems to be distributed between cores. I have estimated that our current system can support somewhere near to 50-100 online users without any issues whatsoever. However, our software can be quite demanding in terms of memory and CPU power. Also, SQL Server uses some CPU power depending what kind of queries are made but everything works smoothly.

Link to comment
Share on other sites

  • Administrators

I have done some tests and here are the results:

 

Test application: Bubble Sort (Available in all features demo)

Server: Intel Xeon 6 Core CPU

OS: Windows 2012 Server & IIS 8.5

 

Time required to complete bubble sort with random data:

 

Single Session: 83 Seconds

6 Sessions: 79 Seconds

12 Sessions: 140 Seconds

 

Above data clearly shows that all CPU cores are efficiently used.

 

(You can see that 6 sessions are finished faster than single session. Reason is that CPU increases clock speed when there are more load. )

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...