Top "Core" questions

Use this tag to refer to processor cores or questions related to threads and parallel processing.

Which will be loaded first static variable or static block?

One of my friends asked me that which will load first static variable or static block. My answer points to …

java static stack core
One core exclusively for my process

Possible Duplicate: how to set CPU affinity of a particular pthread? Is there a way in Linux to disable one …

linux process core affinity
How can I run Tensorflow on one single core?

I'm using Tensorflow on a cluster and I want to tell Tensorflow to run only on one single core (even …

tensorflow core
Tomcat SOLR multiple cores setup

I have spend all morning trying to set up multiple cores on a SOLR installation that runs under Apache Tomcat …

tomcat solr core multicore
'ILoggerFactory' does not contain a definition for 'AddConsole'

private ILoggerFactory ConfigureLogging(ILoggerFactory factory) { factory.AddConsole(); return factory; } I have found the piece of code above on Github. It …

c# nuget core discord.net
java.net.SocketException: recvfrom failed: ECONNRESET (Connection reset by peer)

I have a HTTP server in Android. I create a new thread for each of the HTTP requests as in …

android core httpconnection
How do you read the serial port with windows 10 core

using python on the Raspberry PI I use similar code to what is shown below to read data from the …

c# raspberry-pi core win-universal-app windows-10
Is Math.max(a,b) or (a>b)?a:b faster in Java?

Which one is faster in Java and why? Math.max(a,b) (a>b)?a:b (This was asked …

java core
How to override magento core model (model class file direct under app/code/core/Mage/Core/Model directory)

I want to override an core model class, but I cannot find the correct way to do it. I have …

php magento model overriding core
linux limits.conf not working?

I configured /etc/security/limits.conf like this. user1 soft core 0 user1 hard core 0 Then, I rebooted the system and …

linux core limits