Questions tagged [queuing]
75 questions
0
votes
0 answers
MSMQ Installed and still exception with queue
I create private queues and already installed MSMQ and its corresponding service (Message Queueing) also started. But still I am getting this exception.
what be the issue here?
How to check whether message queueing service is…
user1618825
0
votes
1 answer
Queuing tasks for a service
I have a service which is getting data on a REST server. My service needs to make 3 requests on the server to get 3 different JSON objects. But I just learned that it is impossible de call multiple times a same service at the same time.
I thought…

ilansas
- 5,899
- 6
- 21
- 27
0
votes
1 answer
How to manually queue processes
Is there any kind of a program or a script that I can manually queue processes of applications on Ubuntu? For example there are 40 processes running at a specific point of time and 10 more are about to run in some time after.Is there anyway I can…

und3rd06012
- 717
- 1
- 14
- 19
0
votes
0 answers
Proxy Server (Java): queuing requests
I need to create a proxy server, which:
receives many queries;
sends them to external system in bulk;
gets a response;
returns response to clients.
It looks like following:
{Req_A}, {Req_B}, {Req_C}, {Req_D}, {Req_E} -> Proxy -> {Req A, B, C},…

Denis Kulagin
- 8,472
- 17
- 60
- 129
0
votes
0 answers
How to keep track of entities when a queue gets closed when modeling supermarket checkout counter in Rockwell Arena?
I'm working on a simulation project with Arena Rockwell Simulation that aims to analyze the waiting queue in a supermarket and reduce the waiting time.
I have 5 checkout counters and the cashiers(=resources) are assigned in a schedule. Before the…

Marina_277
- 1
- 1
0
votes
2 answers
Using Javascript to perform a process and send updates/callbacks to a webserver
I am working on a process to allow people to upload PDF files and manage the document (page order) via a web based interface.
The pages of the PDF file need to be cropped to a particular size for printing and currently we run them through a…
derekr
0
votes
1 answer
Writing large volume of web post requests to flat files (File based Queuing )
I am developing a Spring Based Web Application which will handle large volume of requests per minute and this web app needs to respond very quickly.
For this purpose, We decided to implement a flat-file based queuing mechanism, which would just…

Alex
- 1
0
votes
4 answers
Chaining similar elements modification by time interval
I have a given list of p elements on my html code.
On page load, I try to queuing modifications of each
elements's content by a given interval of time (1sec). Given the html:
I want to change first!
I want too!
Me 3rd…

Hugolpz
- 17,296
- 26
- 100
- 187
0
votes
1 answer
jQuery Animation Stop / Resume Techniques or Patterns
I've seen some other - semi-related posts - but nothing that really 100% answers my question.
In any event, what I'd like to do is pause+fadeIn onHover, pause+fadeOut onHoverOut, this way the animation doesn't go to completion unless the user stays…

SC_Chupacabra
- 12,907
- 1
- 15
- 21
0
votes
1 answer
A bit help for using queuing and Grand Central Dispatch on iOS
This is my problem, I'm building an iOS with some JSON returs from my server, here, no problems, all works fine.
The problem is that when I run the program, it take a long long time to parse the result into a NSMutableArray: this is the…

Clément S.
- 391
- 1
- 11
0
votes
0 answers
Controlling order of javascript execution PayPal Objects
I have a wordpress page. I have a number of links which go to PayPalObjects. PayPalObjects requires that you put code in the footer of the page with triggers to IDs for the elements which trigger a purchase. eg...

jchwebdev
- 5,034
- 5
- 21
- 30
-1
votes
1 answer
How do you handle multiple user in queuing system?
please click this link to show picture Im having a hard time analyzing on how I will create a queuing system where there is multiple user. Let us say that there is 2 user that is using a system how will i implement it? i dont get the logic on how it…

agirlhasnoname
- 1
- 1
-1
votes
1 answer
Apache Queuing CGI-BIN functions
I am running an Apache Server and I have placed a script to generate a report within the CGI-BIN which I can then start running from link in simple webpage I put together.
The script works no problem. What I have noticed though is that if I attempt…

Sam Little
- 21
- 4
-1
votes
1 answer
Microsoft Messaging Queue ReceiveCompleted Event
i have a console applicaiton . in this application i make contact with a queue. first i check to see if for example queue with name 'exampleQueue' exists or not. and if it does not exist i create it.
after creating and returing the path or just…

jsDevia
- 1,282
- 4
- 14
- 37
-4
votes
1 answer
Can we use Redis with Queuing in php
is there any way to use queuing process and queuing jobs with Redis caching in php? Please let me know the right way to implement and which one is better redis or queuing?

astha
- 245
- 1
- 3
- 5