Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
multi-core
- Page 1
multi-core mobile application
Programming
Mobile Development
14 Years Ago
by mohamedhassan
… my graduation project.. I want to do this project about
multi
-
core
moblie programming .. and I hope that the idea expands and… make a
multi
-
core
mobile compiler all my knowledge about disktop application development c…
Re: multi-core mobile application
Programming
Mobile Development
14 Years Ago
by LVHSJ
I am try to help you and I searched in goole, I find a lot of news about
multi
-
core
mobile application, you can use goole to search the information that you need, there may be some information that meet your needs, It is a little shame that I answer your question here, but I really want to help you. Anyhow, good luck for you!
Re: Does windows 7 really use multi-core processors efficiently?
Hardware and Software
Microsoft Windows
14 Years Ago
by chrishea
[URL="http://itexpertvoice.com/home/
multi
-
core
-support-in-windows-7/"]http://itexpertvoice.com/home/
multi
-
core
-support-in-windows-7/[/URL]
Does windows 7 really use multi-core processors efficiently?
Hardware and Software
Microsoft Windows
14 Years Ago
by Kieran Y5
… am using programs or playing games that are made for
multi
-
core
processors. This has stopped me from upgrading to i7 simply…
XP and the new multi-core processors
Hardware and Software
Microsoft Windows
12 Years Ago
by JwAlstrom
. Question: . Can XP support 64 bit
multi
-
core
processors? If so, Which versions? . What is the max RAM memory XP can make use of? . Is there RAM-Disk software redily available For XP? For Win-7? Any Freeware? .
Re: Concurrency - when will bugs "only" show on multi core/cpu system?
Programming
Software Development
14 Years Ago
by gerard4143
A
multi
-thread program that's shares common data amongst the threads can run bug free on a single
core
CPU but fail on a
multi
-
core
CPU..How do you correct this situation? You anticipate and correct the possibility of two or more threads writing/reading common data by using a mutex or semaphore.
Re: Concurrency - when will bugs "only" show on multi core/cpu system?
Programming
Software Development
14 Years Ago
by gerard4143
A single
core
CPU can only run one thread at a time, a
multi
-
core
CPU can run more than one thread at a time and because of this we could have two or more threads modifying the same data at the same time.
Re: Concurrency - when will bugs "only" show on multi core/cpu system?
Programming
Software Development
14 Years Ago
by template<>
A problem unique to
multi
-
core
is that each
core
has its own cache and caches between cores must be …
Re: Concurrency - when will bugs "only" show on multi core/cpu system?
Programming
Software Development
14 Years Ago
by InLondon76
But why is the problem directly related to it being
multi
core
?? When running multiple threads in a process on a single …
Multi-threading Vs. Distributed Computing
Programming
Software Development
16 Years Ago
by Duki
… topics for design. I want to do a dual-processor,
multi
-
core
computer to run the software. Some others want to do… two laptops). Am I wrong in thinking the performance of
multi
-threading far outweighs that of distributed computing?
Re: Multi-threading Vs. Distributed Computing
Programming
Software Development
16 Years Ago
by ArkM
[icode]for (;;)[/icode] { Too many factors pro et contra. It depends on control processes architecture. As usually,
multi
-
core
CPUs can't run concurent heavy-floating-point-calcs processes or threads effectively. Distributed computing has its own syhch overheads. Number of data transmission channels... }
Re: Multi-threading Vs. Distributed Computing
Programming
Software Development
16 Years Ago
by Salem
… do any job based on current work load? A single
multi
-
core
CPU would probably mean you wouldn't have to worry…
Re: Core 2 quad vs Core 2 duo
Hardware and Software
Hardware
14 Years Ago
by jaydeee
Your intended use and application for your computer will help you decide what is the best processor for you. If you'll be using new application (which may be
multi
core
enabled) then you'll need
multi
core
otherwise single or dual
core
will do.
100-Core Processor on Tap
Hardware and Software
Linux and Unix
15 Years Ago
by EddieC
….com/products/software.php]Multicore Development Environment[/url], a simplified
multi
-
core
Eclipse-based IDE that can target SMP Linux 2.6…, GNU command line tools and graphical
multi
-
core
application debugging and profiling. The breakthroughs in
multi
-
core
technology are the result of an architecture…
Intel chips will be core of embedded
Hardware and Software
Hardware
15 Years Ago
by EddieC
…/story251088.html]release yesterday[/url] of Intel's
Core
series of high-performance, power-efficient processors, makers…cost option for their designs. The
multi
-
core
CPUs, dubbed
Core
i3,
Core
i5 and
Core
i7, incorporate Intel's Hyper …maximizing multiple cores and threads. Pricing for the
Core
i3 for embedded applications starts at US$133 …
Mac Pro now 8-core capable
Hardware and Software
Hardware
18 Years Ago
by John A
… 3 Ghz, and making the Mac Pro the first 8-
core
Mac. The upgrade doesn't seem like a huge one… the newest Intel-based Mac Pros because much of the
core
software they had to use had not yet been rewritten… I hope that we'll see an increase of these
multi
-
core
powerful machines from other computer manufacturers. Hey, whatever makes the…
processor limiting - selective core programming
Programming
Software Development
17 Years Ago
by ninjaneer
… limit a thread or a program to a single
core
on a
multi
-
core
processor? (If I can do either of these things…
Job seems to change CPU core while is executed in a multi core system
Hardware and Software
Linux and Unix
7 Years Ago
by jkon
… few minutes . I tried to monitor the CPU usage foreach
core
when the batch is executed using the top command and… job that is not using threads change in what CPU
core
is executed? Is that normal? And if so why is…
Re: Job seems to change CPU core while is executed in a multi core system
Hardware and Software
Linux and Unix
7 Years Ago
by jkon
Could it be that the job is not changing in which
core
is executed but the indexes in the report by 'top' command is changing over time (e.g. the
core
that seems as Cpu1 for a while becomes Cpu5 when there is a refresh in data) ?
Re: Job seems to change CPU core while is executed in a multi core system
Hardware and Software
Linux and Unix
7 Years Ago
by jkon
"This is a type of load-balancing or system optimization." Actualy I was asking if this is happening (you wrote that it does) how and why . Why its load-balancing system optimization to assign a job from one
core
to other ? Does it have cost ? How ? (the WHY question is more important)
Re: Job seems to change CPU core while is executed in a multi core system
Hardware and Software
Linux and Unix
7 Years Ago
by rubberman
When I compile a Linux kernel and use too many cores (my server is an 8
core
dual cpu) it gets very hot. I monitor the temperature with the sensors tool. That also monitors my RAM heat. It has saved my ass on a number of occasions! :-)
Concurrency - when will bugs "only" show on multi core/cpu system?
Programming
Software Development
14 Years Ago
by InLondon76
… a bug will only present itself when using multiple CPU/
core
and NEVER happen on a single CPU? The question didn…
Re: Multi-threading Vs. Distributed Computing
Programming
Software Development
16 Years Ago
by Salem
What if one of the laptops was on your desk, and the other laptop was on your robot? Something your "dual
core
" processor could never do.
Re: Multi-threading Vs. Distributed Computing
Programming
Software Development
16 Years Ago
by Duki
… other laptop was on your robot? Something your "dual
core
" processor could never do.[/QUOTE] That would be nice…
Re: XP and the new multi-core processors
Hardware and Software
Microsoft Windows
12 Years Ago
by JorgeM
Windows XP does have an x64 version and it supports 128 GB of RAM. Take a look at this link for memory limits on Windows OSs. http://msdn.microsoft.com/en-us/library/windows/desktop/aa366778(v=vs.85).aspx#physical_memory_limits_windows_xp You should consider a newer operating system. XP is out of support in 2013.
Re: Intel Quad-Core?
Community Center
18 Years Ago
by jwenting
…'s indeed not that much difference YET between single
core
and
multi
-
core
CPUs, but that's mostly because most games to…t programmed to make use of
multi
processor (or
multi
core
) systems, thus all but one
core
will be idle while the game…so giving it a
core
of its own helps. Upcoming games will make better use of
multi
-
core
systems as they're …
Re: Mono-core CPU?
Hardware and Software
10 Years Ago
by Hiroshe
… for is "single-
core
". Single-
core
proccesors are less commonly produced now (in desktops) because
multi
-
core
proccesors almost always provide better… efficient. You should probably still use a
multi
-
core
(even if your only using one
core
) since the operating system will try to…
Re: Mono-core CPU?
Hardware and Software
10 Years Ago
by Hiroshe
… then you should probably stick towards using a couple of
multi
-
core
processors. It'll be faster then a couple of single… you can cunstruct a computation that runs faster on single-
core
processors, I wouldn't expect to see one naturally).…a fast personal computer, just use one or two regular
multi
-
core
processors (or more if it's a server blade), …
Multi Threading
Programming
Software Development
16 Years Ago
by Duki
… an advanced question... How hard is it to allow for
multi
threading support with C#? For example, we have a motherboard… xeon quad cores). We want to dedicate one processor (or
core
) to calculating a task, such as vision, and the other…
Re: Multi-platform programming
Programming
Software Development
12 Years Ago
by trantran
…done on a few years old computer running a duo-
core
. On a newer computer the results could be quite … Not tried Personal decisions: I am fortunate that my duo-
core
laptop comes with a base with a tray to put… 1 w7, 1 linux. This is different and preferable to
multi
-booting from different partitions on a same drive since the…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC