Skip to main content

Questions tagged [queue]

The tag has no usage guidance.

0 votes
0 answers
31 views

Windows print queue not created correctly

I am trying to create a printer/print queue in Windows, for a printer connected to a RaspberryPi running Cups. I have followed this procedure for setting it up:https://techblog.paalijarvi.fi/2020/05/...
knut.tveitane's user avatar
0 votes
0 answers
29 views

RabbitMQ installation in Program files directory is wrong?

According RabbitMQ documentation is highly recommended to not use spaces in installation path. Does it mean that Program files directory for RabbitMQ is wrong? Documentation says: Installation path ...
Čamo's user avatar
  • 355
0 votes
0 answers
21 views

How best to manage a long list of work-items for service by Linux threads

I have a list of about 100,000 small problems to be solved in my cluster of Xubuntu machines. Each takes a couple of minutes on a single thread. More problems -- somewhat smaller -- will be produced ...
4Dummies's user avatar
  • 183
0 votes
1 answer
474 views

How to prevent print queue window from closing

I need to monitor an old printer and in order to do so, I open the print queue via "control printers" panel and select the printer but unfortunately, this window just closes itself after a ...
HelpIIII's user avatar
1 vote
2 answers
562 views

Rsyslog: relay messages from UDP input only

Considering a docker container which receives logs on UDP and forwards to a central logging server using TLS, I was wondering if I could be satisfied with one queue or if I needed several. Indeed, ...
Ashlanfox's user avatar
0 votes
0 answers
139 views

Call each available queue members just once and then leave the queue in Asterisk

I'm using Asterisk 13.30.0 in realtime. I have a queue and this queue's ring strategy is fewestcalls. I want each call in the queue call the available members in queue just once and then leave the ...
MehmetHikmet's user avatar
0 votes
1 answer
298 views

Asterisk: ignore call forwarding in queue

Scenario: there is a simple queue configured for 3 extensions (1, 2, 3). User of the phone 1 enabled call forwarding on his phone (let's say, to extension 10). Problem: if a call comes in, it directly ...
o.v's user avatar
  • 351
1 vote
2 answers
3k views

How do I tell qBittorrent v4.3 to download files within a torrent sequentially? (files, not parts of files)

Normally qBittorrent will download many files simultaneously. Is there a way to tell it to use all bandwidth/connections to download one file and then move to the other? Setting file priorities does ...
tio's user avatar
  • 13
1 vote
1 answer
994 views

How to make a print queue dispose of a job if the printer is offline?

I have just had a case where upon sending a print of a sensitive document, it went to the wrong printer, a printer that was offline because I was connected to a different (work) network. When ...
J Collins's user avatar
  • 708
2 votes
0 answers
73 views

Prioritised outgoing emails using Exim

Our outgoing email queue uses Exim (on Centos) and is used both for sending bulk batches of email to clients and sending authentication keys, eg as part of the forgotten password routine. On some ...
Curious User's user avatar
0 votes
0 answers
119 views

Is there a way to have utorrent proceed the download queue only if the previous item has been downloaded fully and successfully?

Say, I have the following items in the download queue: item_4 ...Queued item_3 ...Queued item_2 ...Queued item_1 ...Downloading (70%) The goal is to get item_2 starting only if item_1 reached (100%...
Shadi's user avatar
  • 149
0 votes
0 answers
161 views

ServiceSIBusMessageBean must implement interface javax.jms.MessageListener

We have project on WebSphere: IBM WebSphere Integration Developer Version: 6.2.0.3 Build id: 6.2.0.3-IFix-20100827_1244 With default WebSphere Process Server shipped with. I created follow ...
Olga Pshenichnikova's user avatar
1 vote
2 answers
8k views

Mikrotik exclude an IP address from simple queue

I limited internet bandwidth of the range 192.168.100.0/24 using a simple queue in Mikrotik. Now I want to exclude some IP addresses (e.g 192.168.100.20) from this range to have unlimited internet ...
Reza Fallahpour's user avatar
0 votes
0 answers
42 views

What happens when a process ready to execute but out of the CPU receives a signal?

I know pretty well what happens when it is running and when is blocked, but the behaviour when the process is in the ready queue is something unknown for me. Thank you for the time.
alberto's user avatar
  • 197
2 votes
2 answers
2k views

SLURM allows jobs using more CPUs than requested to start

The problem I am facing with SLURM can be summarized as follows. Consider a bash script test.sh that requests 8 CPUs but actually starts a job using 10 CPUs: #!/bin/sh #SBATCH --ntasks=8 stress -c 10 ...
remek's user avatar
  • 121

15 30 50 per page