The priority tag has no wiki summary.
-3
votes
0answers
51 views
priority queue with heapsort haskell [closed]
I need to make an implementation of a priority queue with a Heap Tree in Haskell, for example:
Given a list: [3,2,7,8,4,1,9]
3 is the main root
2 is its left leaf
7 is its right leaf
8 is the left ...
0
votes
1answer
13 views
Where can I SET DEADLOCK_PRIORITY in my stored procedure?
I am unsure as to where I can use the
SET DEADLOCK_PRIORITY...
command in my stored procedure. Does it need to be before I begin a transaction? Or can it be anywhere in the transaction?
Thanks ...
0
votes
1answer
12 views
How to assign execution priority to WebServices
I have a situation where I want to execute web services on priority basis using nodejs. Here is the pseudo code which is stored in an array.
{
webservice2.input : webservice1.ouput;
...
0
votes
0answers
20 views
Android notifications change priority to force it to be first
Im trying to create a notification with additional actions (a feature available starting from JellyBean). For long time i couldn`t get those actions to appear, until now, when i remembered , that ...
0
votes
0answers
12 views
Terrain Chunk loading
https://dl.dropboxusercontent.com/u/63103279/Images/Chunk_loading.png
I am working on a project that create mesh chunks of terrain generated with procedural noise, and i tried a couple of ways ...
1
vote
2answers
19 views
CCMenu prevents touch event of CCMyCustomSprite that is on top of CCMenu
have 2 CCMenuItemImage inside CCMenu.
and a CCMyCustomSprite that is (overlaps) top of CCMenu.
-CCLayer
--CCMenu
---CCMenuItemImage
---CCMenuItemImage
--CCMyCustomSprite
when I attempt to press to ...
-1
votes
1answer
40 views
PHP include priority [closed]
Im looking for something to prioritize my php include code. So a file that is on top of another in html will load before the one at the bottom.
For example:
include("file1.php");
...
0
votes
0answers
36 views
Where do_fork() defines the “prio” field for the newly allocated task_struct?
That includes other fields like static_prio and policy. I know that by definition the child process inherits them from the father, but where does it happens in the code of do_fork() ?
-2
votes
1answer
24 views
How do I set Tomcat's process priority in Windows? [closed]
I'm running a production application on tomcat, and I'd like to set Tomcat's process priority to low, since I don't want my application to take up a lot of system resources. I can't seem to find any ...
1
vote
2answers
66 views
Java. Testing thread priority. How come in some cases low priority threads are faster?
I'm trying to test 2 threads, one with high and the other with low priority.
According to my results sometimes the low priority thread is faster, how is this possible?
I've tested the different ...
0
votes
1answer
43 views
How to create an array ordered by an alternated priority using php?
I've got an array with almost 50K+ sub_arrays. Put all of that in order by priority wasn't the problem, so I've managed to make it look like this:
$SendQueue = array(
array('3', '+553400000001', ...
0
votes
0answers
32 views
Sharepoint 2013 - Result Type Priority
I successfully managed to create two custom result types with two custom display templates.
I configured the result types in the way, that if the titel of the result item contains "String 1" it uses ...
-1
votes
0answers
84 views
Combine the programme of priority queue based amd a sorted linked list [closed]
I want to implement a priority queue based on a sorted linked list. The remove operation on the priority queue should remove the item with a smallest key.
That means how to combine the programme of ...
-1
votes
0answers
116 views
I want to implement a priority queue based on a sorted linked list [closed]
I want to implement a priority queue based on a sorted linked list. The remove operation on the priority queue should remove the item with a smallest key.
That means how to combine the programme of ...
1
vote
3answers
40 views
[C++]Memory error thrown at destructor that wasn't there before this code. Trying to make a new dynamic array and populate it
I am working on a lab dealing with queues, which I don't think is entirely relevant. My task is to create a "priority queue" and the best way I could think of to do it is as follows
void ...
0
votes
2answers
65 views
Set priority to an NSOperationQueue
GCD enables dispatching blocks to a queue according to 4 global priority queues (high, default, low, background).
I have several NSOperationQueues in my app but want to run each in different priority. ...
3
votes
2answers
62 views
Implementing Java Comparator
This is my first time trying to do this kind of thing, so if it's an absolutely horrible attempt that makes your eyes water, I'm sorry...
I am trying to write an algorithm which utilizes a ...
1
vote
1answer
75 views
semaphore priority inversion
My question is why in RTOS, they always don't have any implementation to prevent priority inversion for Semaphore, but there always some implementation for Mutex.
Semaphore doesn't need to prevent ...
7
votes
2answers
107 views
Eclipse debugging multithreaded - breakpoint priority?
If I am debugging some multithreaded Java code in Eclipse - with a main class RunTest, and an interesting class QueueListener.
Assumptions:
When RunTest is initialised - QueueListener runs in the ...
0
votes
2answers
53 views
How to create Priority Queue that sorts based on certain attribute of class?
I have created a Node class:
public class Node {
int vertex;
double latency;
Node predecessor;}
public double getLatency()
{
return latency;
}
I want to create a Priority Queue that sorts ...
1
vote
3answers
61 views
css and priority
I would like to know why the priority works that way (and a solution too)
Here is the css :
ul#topNav li:hover, ul.subNav li:hover {
background-image: ...
0
votes
0answers
23 views
NivoSlider loading priority
here's my problem:
to have a faster loading, I've set the code like this:
<script type="text/javascript">
$(function() {
$('#slider').nivoSlider({
.....
.....
</script>
instead ...
0
votes
1answer
55 views
How to choose identical values in a cell array with constraints using Matlab?
If I have a 4x1 Cell structure with that represents a=[A1 A2 A3 A4] :
a=cell(4,1)
a{1}=[1 3 1 0]
a{2}=[3 3 3 3]
a{3}=[3 2 3 2]
a{4}=[3 3 3 2]
B=[1 1 1 2]; %priority
I would like to do the ...
1
vote
3answers
98 views
Increment values in an array with constraints using Matlab?
Scenario :
If I have an array with 4 loads (a1 a2 a3 a4)
a=[a1 a2 a3 a4] (locations of these loads must be fixed)
a=[1 2 3 3]
I would like to try and increase all values in the array to 3.
Note ...
1
vote
1answer
31 views
cron one time higher priority job exception
Is there a way of telling cron that if there is a job with higher priority at the same time it should only execute the higher priority job?
For example:
0 12 * * * ~/ring_a_bell.sh # mplayer ...
0
votes
3answers
68 views
Python condition not applying (if/elif)
I have a problem with a condition in my python code.
It's a mathematics application, and here's the part of the code that is not working well:
def askNumber():
"""Asks the number to test"""
...
0
votes
1answer
36 views
Project 2010 - set Project Priority using VBA?
I'm writing a macro (in VBA) for Project 2010 and one of the things I'd like to accomplish is setting the Project Priority. I've looked around MSDN but can't seem to find any information regarding ...
2
votes
2answers
63 views
Mysql group by with priority on some value
I have a simple mysql table:
id, code, product_name, supplier
1 3844 ProductName1, Supplier1
2 3844 ProductName1, Supplier2
3 1233 ProductName2, Supplier2
I want to query all distinct products from ...
0
votes
1answer
166 views
preemptive priority based algorithm. how to determine what goes with same priority
I have a question. For preemptive priority based algorithm. If two processes have the same priority, who is the one to go first. The one that was put in first or the one with the less time. Also If a ...
0
votes
1answer
82 views
Priority Queue - remove function
could you please help me fix the rem() function? What I am trying to do is to access the 1st member of structure, and to reset its value to 0, then increment 'entry'. If rem() is called again, then ...
2
votes
2answers
87 views
static block instance block java Order
Having read this question In what order are the different parts of a class initialized when a class is loaded in the JVM? and the related JLS. I would like to know in more detail why for example ...
1
vote
1answer
36 views
How to prioritise one combination from the other possibilities in Matab?
I have a system where each variable has two values. One value is compared to a maximum value, and the other value is used for comparison between other combinations.
Basically in an example, this ...
0
votes
1answer
29 views
preferring local class files over jar files in maven
I have a maven project with multiple modules. Some external jar files from the central repository are being added to one of the modules. Some files from the jars have same package and class names as ...
3
votes
0answers
95 views
Give task priority android
I have an android application where i have some scrolling text ticker that is implemented via javascript and loaded in a web view. It is working fine but whenever the processor is busy, (like i have ...
0
votes
4answers
36 views
Related to running time execution Java
Why does the following line execute the ArrayIndexOutOfBoundsException without showing the precedent string?
Test.java
// executing the java file with: java Test one
...
2
votes
3answers
254 views
Java Priority Queue Comparator
I have defined my own compare function for a priority queue, however the compare function needs information of an array. The problem is that when the values of the array changed, it did not affect the ...
2
votes
1answer
181 views
is Java preemptive?
I've seen many answers to this question but I'm still not sure.
One of them was "Java is preemptive".
(The JVM schedules using a preemptive, priority based scheduling algorithm (usually round robin ...
3
votes
1answer
97 views
Is there a way to “nice” a method of a Python script
My scripts have multiple components, and only some pieces need to be "nice"-d. i.e., run in low priority.
Is there a way to "nice" only one method of python, or I need to break it down into several ...
0
votes
0answers
84 views
Zend adding priority and other properties to sitemap
I use Zend Navigation to create dynamic menu and use this menu to create sitemap. I render page list to .XML file and read it in bootstrap.
public function _initNavigation(){
$config = new ...
1
vote
1answer
59 views
MySQL & Java , LOAD DATA LOW_PRIORITY synchronous statement execution
I wish to execute LOAD DATA LOW_PRIORITY INFILE statement from java.
I am dealing only with MyISAM engine.
I am interested if statement.execute("LOAD DATA LOW_PRIORITY INFILE ...") will execute this ...
3
votes
3answers
107 views
Function priority? Need help understanding code. (Virtual Inheritance) [duplicate]
Possible Duplicate:
Why this code doesnt work? (c++ OOP) public inherits
I have some code. I just can't figure out why the compiler choose one function instead of another.
The code:
...
1
vote
0answers
132 views
cancelling the broadcast of a receiving SMS doesn't work in the device
I am fairly new to android app development and your help is highly appreciated.
I have a Broadcast Receiver in my application in which it invokes the abortBroadcast() method. So it cancels the ...
2
votes
0answers
63 views
FIFO throughput subject to process' `nice` value
It seems the kernel handles the data traveling thru named pipes (FIFOs) between two processes independently from the nice value assigned to such processes. This is particularly evident in the ...
1
vote
2answers
124 views
How can priority be given to write/update over read in MySQL?
In my application, I want any insert to the database to be executed as soon as a request comes for writing some data.
I am using InnoDB engine.
Since insertion requires an exclusive lock, it is ...
5
votes
4answers
138 views
Why are niceness values inversely related to process priority?
The niceness of a process decreases with increasing process priority.
Extract from Beginning Linux Programming 4th Edition, Pg 169 :
The default priority is 0. Positive priorities are used for ...
0
votes
2answers
87 views
JTabbedPane - keep order of tabs
This problem is not necessarily specific to JTabbedPane, but this is where I camme across it. The idea is that you have a list of priorities Priority[] accoring to which you would like to see the ...
3
votes
1answer
461 views
Unable to set Pthread Priority
I am unable to set pthread priority using pthread_attr_setschedparam(). I have tried to resolve this issue but couldn't do it. I also consulted my text book which also uses the same function. I copied ...
3
votes
1answer
85 views
Set a Method priority in ASP.NET [closed]
I have a web ASP.NET application written in C#. The application runs some calculations that use-up a lot of MSSQL server's resources, mainly CPU, so that it may negatively affect the server's ...
0
votes
1answer
313 views
Posix Threads Priorities in C
A thread which is joined to another can't continue its execution untill the thread to which it is joined has been completely executed or terminated.
Following the above mentioned thread ...
0
votes
1answer
98 views
Thread(not processes) scheduling based on priority in Linux
I have a process which contain two threads. I want to schedule them based on their priority(SCHED_RR policy). Let t1,t2 are two threads having priority 1 (lowest).
I want to make sure that my thread ...

