Skip to main content

Questions tagged [queue]

The tag has no usage guidance.

54 votes
8 answers
67k views

How to run commands as in a queue

I need to do a lot of copying of various files to various folders. I can add all my copy commands to a bash script and then run that, but then I must wait until it finishes if I want to add more ...
Svish's user avatar
  • 40k
23 votes
9 answers
38k views

Is there a queue copy program available for Windows 7?

When copying a lot of files all from different locations to the same location, using Windows Explorer, Windows always creates multiple copy processes, slowing everything down. How can I queue copy ...
Edosoft's user avatar
  • 800
12 votes
10 answers
12k views

Send an Email at a future date

I'd like to write up an email that gets sent out in a few days. I'd prefer to use Gmail, but I could use some other client if necessary. It doesn't look like Gmail has this feature in their labs ...
Ryan's user avatar
  • 1,738
8 votes
7 answers
14k views

Linux/Bash, how to schedule commands in a FIFO queue?

I want the ability to schedule commands to be run in a FIFO queue. I DON'T want them to be run at a specified time in the future as would be the case with the "at" command. I want them to start ...
Andrei's user avatar
  • 493
5 votes
3 answers
16k views

Is there a way to check how many jobs a user has in the queue?

I know commands, like qsub, qstat -a, qstat -an, etc. But how can I find how many jobs a single user has in the queue (not all necessarily running) at any given time?
Jackson Hart's user avatar
5 votes
1 answer
12k views

How do printers receive documents from computers? Internal Queueing?

I have had trouble finding any actual information of how printers actually handle printing data. All OSes as far as I know have a "print queue" which seemingly buffers printed documents out to the ...
Hawken's user avatar
  • 226
5 votes
2 answers
3k views

Linux queuing system

We have a few computers that are used for simulations in physics which are run by a few people. I would like to install some queuing system to submit tasks and to fairly share resources. What would ...
klew's user avatar
  • 282
3 votes
2 answers
5k views

How to list all 'at' jobs without root privileges?

For listing jobs added by at and batch I use atq, but it lists only my jobs. I can run atq with root privileges and then it lists jobs from all users. How can I list all jobs without root privileges?
klew's user avatar
  • 282
3 votes
1 answer
3k views

How can I create a shortcut to a printer's queue on Windows 7?

How can I create a desktop shortcut to a printer's queue on Windows 7 Home Premium 64 bit? Thanks. For any future searchers, what worked for me is a little different from what's in the accepted ...
CChriss's user avatar
  • 1,333
2 votes
2 answers
20k views

How can I restore a lost JDownloader queue?

My JDownloader crashed and my queue is empty. Based on what I found from Googling, I unzipped database.zip into the config directory, but it didn't help. How can I get my queue back?
Fuxi's user avatar
  • 793
2 votes
2 answers
2k views

Linux job queue for FFmpeg conversion

I'm starting up a Debian web server which will host a website where users can upload video files and play them. Hence, the video files need to be converted into the proper format (mp4, ogg, webm) for ...
Flock Dawson's user avatar
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
2 votes
2 answers
4k views

Free command line download manager with queue possibilities on Windows XP?

I am looking for a free command line download manager with queue possibilities on Windows XP. This looks like it might work but it's not free: http://www.internetdownloadmanager.com/support/...
Erb's user avatar
  • 415
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
1 vote
2 answers
55 views

Queuing up blog posts from offline

I have a Blogger blog and I will be going for long periods of time when I can only access the web via dial-up for short periods in the middle of the night (much like the so-called "flash sessions" ...
Keyslinger's user avatar
  • 1,751

15 30 50 per page