Questions tagged [queue]
147 questions
0
votes
0 answers
Can I tell IIS to process some requests sequentially and asynchronously?
Can I tell IIS to process some requests sequentially and asynchronously?
Basically, I want some sort of queue for some kind of requests that will execute requests one after the other and, when a new request gets in the queue, IIS to return OK and…

user2173353
- 121
- 6
0
votes
1 answer
Email queue won't send - No disc space left (running Centos 6.3)
I hope anyone can help me out with the following issue. I'm no longer receiving emails because they are getting stuck in the email queue.
I've tried the following:
System reboot (even between the steps below)
Clearing temp files using: find /tmp…

Peter van Dam
- 13
- 2
0
votes
1 answer
Running task queue on server?
Currently I have a task queue running on the same server as my API server (2 cores). Is that a bad idea or is it fine? Why what are the advantages or disadvantages of this set up? Would it be a better idea to separate them? Is performance degraded…

mergesort
- 99
- 4
0
votes
1 answer
Postfix can't write queue file
We had a problem with our mailserver lately:
Setup:
Server with Raid 1
running XenServer
VM with Mailserver
What happend?
1 disk failed
Raid-Controller locked the disks so nothing could be
written to prevent data loss
And my question is, how…

cherubyn
- 1
0
votes
1 answer
How to re-create Qmail queue
Qmail has 500 00 messages in queue and I installed qmHandle to help sort out the spam in the queue. This process has taken a long time and alternative scripts like qmail-remove also take time. I want to move the Qmail queue to a backup…

Paddington
- 373
- 5
- 17
0
votes
1 answer
How to manage SOAP requests to a pool of VM each listening on a HTTP port with a priority value in these requests?
I have a front SOAP web-server under Linux.
It will have to communicate with Windows Servers VM listening each on a HTTP port, for a HTTP POST request. The chosen VM should return a report of a task to the SOAP client.
In the SOAP requests, there's…

Gilles Quénot
- 1,313
- 10
- 17
0
votes
1 answer
IBM AS400/iSeries find which job is blocking a job queue
I'm working on an iSeries with system version 6.1. Some job is keeping other jobs in its queue to process. I know the queue name (PUR1) and see it has an abnormally amount of jobs in it. My understanding is that when a job runs, it moves from it…

Simon Fredriksson
- 143
- 8
0
votes
1 answer
asterisk queues priority and penalty
queues.conf
shared_lascall=yes
strategy=rrmemory
wrapuptime=15
A1,A2,A3 are members of 2 queues: queue1(Q1) and queue2(Q2)
A3 has penalty 3 in Q1 where min/max penalty are 0/3 and A3 has penalty 0 at Q2 where min/max penalty are 0/3. A3 has just…

MealstroM
- 1,517
- 1
- 17
- 32
0
votes
1 answer
postfix hold queue, release x oldest messages or all messages queued before x date
I've got a private postfix relay VPS which is used by customers where they've installed their own e-mail servers in their offices and hosted over their ADSL connection. In the interests of reliable e-mail delivery, it's really not recommended to…

batfastad
- 456
- 1
- 11
- 22
0
votes
1 answer
Writing a Script to Delete JMS Queus in Websphere
suppose I have the following JMS queues "doc/queue1","home/queue2" and "someOtherQueue" added in a websphere process server, how can I write a script to delete them? looking around the web i haven't found a solution to my problem yet unfortunately,…

snajahi
- 101
- 2
0
votes
1 answer
Intermediate queues in postfix
I'm trying to implement a mail server with postfix + policyd/amavis + mysql white/blacklist lookups.
The problem is that I would like to have "intermediate" queue between them in case one of them fails the email don't be rejected and remains in…

magiza83
- 83
- 2
- 10
0
votes
1 answer
Distribute computing jobs across different machines?
I'm looking for a way to distribute computing jobs (mainly rasterization work) across multiple, idle machines on the network. The servers are running Debian 6 right now.
Most of the work that needs to be done is standard command line work with some…

BastiBen
- 131
- 3
0
votes
1 answer
Postini journalling leaves messages stuck in queue
We have Postini set up with their extended message discovery service. This requires having our exchange server set up to journal messages to their mail servers. Everything has been set up and working for months. Now, a couple of times an hour a…

Colin Pickard
- 1,260
- 2
- 16
- 28
0
votes
1 answer
Asterisk queue agi script set variable problem
ive setup asterisk with queues (agent.conf sip.conf queues.conf)
Everything is working well.
I need to send caller's id to agent's machine (or web site) from queue.
something like this
....
exten =>…

MealstroM
- 1,517
- 1
- 17
- 32
0
votes
1 answer
PHP queuing system
I have a setup where there are multiple Apache / PHP servers collecting data from a request - Mainly the Get parameters and doing processing on it and saving it to either a database or flat file. The database is fine as everyone can connect…

Sparsh Gupta
- 1,127
- 7
- 21
- 31