In software, the term worker usually describes a long-running process being executed in a separate thread from an application's main thread of execution.

learn more… | top users | synonyms

0
votes
0answers
21 views

AS3 Passing data into a worker thread and why events are null

So, i've bee trying to work with AS3 Workers and despite the lack of information on them i've managed to get them working, mostly. It seems i've come across a strange issue that I haven't been able ...
1
vote
1answer
22 views

Rails Delayed Job production not picking up change in class/job code

I am running a stack of nginx, passenger, rails, delayed_job gem which is running an import.rake task from lib/tasks/ on Ubuntu LTS. If I make a code change on production to import.rake. I do a ...
0
votes
2answers
29 views

Monitor and control remote Java servers

I have to deploy some Java servers in a bunch of different networks. For each server, I need to monitor its status and send it tasks to be executed in that specific server. Something like distributed ...
-1
votes
1answer
32 views

Establish secure connections between Spring website and remote workers

I'm developing a website using Spring and Hibernate. This website is something like a dashboard to control the status of tasks sent to remote workers whom have to process them and return a result. ...
0
votes
1answer
31 views

Native function [.sort()] not recognized inside event handler

Environment: SeaMonkey (FireFox 20.0) I'm trying to do a simple sort: Either inside a worker itself OR inside its postMessage handler. (All code samples from inside the top level (.html) file). ...
0
votes
0answers
26 views

Pass results back to main thread from neverending worker thread

in my Java application (specifically Android) I have a main thread which is doing all the major operations. Now there's an additional worker thread that does sensor interpretation endlessly. How can I ...
0
votes
1answer
34 views

Flash workers - sample application not working

I'm trying to get the hang of the AS3 workers, but there must be some elusive bit of understanding that just escapes me. I've build a fairly simple PoC to see how it should work, but with no luck. ...
0
votes
1answer
17 views

How to access soundPool from a thread other than main/UI?

I have my main Activity class, a Renderer class and my custom soundPool class (called soundMan) and I can create and access SoundPool(I.E. soundMan) objects within my Activity class without too many ...
1
vote
1answer
53 views

multiple methods per sidekiq worker

I don't get it. Per Sidekiq documentation, each worker (mine is called FeedWorker) can only contain one method called perform. Well, what if I want to run mulitple methods through the same worker? ...
-1
votes
0answers
35 views

Using ASP.NET MVC AppContext in Azure Worker Role

I'm new to the idea of Azure Cloud Services but have been running an Azure web site for a few months now. I want to add a background worker process and found the best way to do so is to create a cloud ...
0
votes
1answer
33 views

How can I implement a job queue with a greedy-worker-pool in Java EE 6 in a correct way?

I'm looking for a correct way, to do the following in Java EE 6, if possible with vanilla Java EE 6 only. I want to put a job in a job queue and have a fixed pool of worker objects, which should pull ...
0
votes
0answers
54 views

Cofniguring WorkManager in Tomcat

I wanted to use WorkManager in my servlet which is deployed in a Tomcat 7 container. I use commonj-twm.jar libraries to create worker threads. jar file is copied to both tomcat/lib as well as ...
0
votes
0answers
11 views

How is the request getting notified in python rq?

Did I understand http://python-rq.org/ therefore correctly, as it queues jobs in the background, but the request that has triggered the job never gets notified about the result?
1
vote
0answers
48 views

Manipulating SQLite database from Firefox Addon worker

I am developing a Firefox extension that needs to write to a SQLite database quite often (this is for some experimental purposes, not production or anything). The issue is that writing to the database ...
0
votes
1answer
105 views

Switch from Apache Prefork MPM to Worker MPM on CentOS 6.3

So I switched from prefork to worker and now all I am getting is 500 errors when trying to access my site: HTTP/1.0 500 Internal Server Error Date: Tue, 16 Apr 2013 05:55:08 GMT Server: Apache/2.2.15 ...
0
votes
0answers
21 views

FileStream security error

I am developing multithreaded application in Adobe Air 3.6 with Flex 4.6. I am using FileStream class inside the Worker thread which is created in separate SWF file. When I declare the variable like ...
1
vote
2answers
54 views

What is the appropriate number of Gunicorn workers for each Amazon Instance Type?

I'm currently trying to figure out what the appropriate number of workers is for each Amazon Instance Type. I used to run one Gunicorn worker, however that proved to be quite slow. Many developers ...
-1
votes
1answer
44 views
0
votes
1answer
81 views

ruby on rails how to kill the resque worker

I run the crawler in resque queue.It's a crawler and fetch information into the database... I want to stop it .. then I start the console in the server I use the commands: irb(main):001:0> ...
0
votes
0answers
33 views

Does workless gem work for jobs scheduled far into the future?

I have an app that allows users to create Events and set event_dates. I'm using delayed_jobs to automatically send an email out 6-hours before the event_date is set to occur. I'm deploying on ...
-2
votes
1answer
82 views

why Concurrency is not supported on mobile AIR platforms? [closed]

I have no idea about that Concurrency is not supported on mobile AIR platforms.(Adobe) I asked because I want to use Web Service on mobile application and this implementation creates a slowness while ...
0
votes
1answer
39 views

Designing a job queuing system where only one job per user can be processed by workers any given time

I've a single job queue with multiple workers watching this queue. (each job corresponds to a single user). There might be multiple jobs per user in the queue at any given time. I do not want my ...
1
vote
0answers
24 views

How a job queueing software works

I have a small website where and i am allowing people to sign up for accounts.I want after someone has signed up,he/she is sent a welcome email and a confirmation email.I want to attempt to do this ...
0
votes
1answer
68 views

What “workers” really are?

I feel lost. Nginx has it's own "Worker" processes, Unicorn has it's own "Worker" settings, Resque has it's own "Workers". Unicorn's settings should be related to Nginx's or Resque's I guess? I ...
0
votes
0answers
30 views

About HTML5 web worker using in 1 single js file [duplicate]

The Worker must reference a .js file. If a Javascript project need to export 1 single .js file, and this project needs to use Worker for process. So the project has to handle code in sub process ...
3
votes
2answers
225 views

How to design the workflow in a C# WinForms application?

this might be a very general question - but I'm quite new to C#. Can you please explain this to me or give me a good link to an example or explanation. I want to design a C# Winform application. The ...
3
votes
0answers
52 views

Is it possible to deadlock a worker by accumulating scheduled tasks?

By code: @celery.task() def some_recursive_task(): # Do some stuff and schedule it to run again later # Note that the next run is not scheduled in a fixed basis, like crontabs # but based ...
0
votes
1answer
51 views

How to generate multi workers and bind them to non-web Java applications on Heroku

I tried this tutorial to generate two workers on Heroku Server. But based on this example I just have one worker run at the same time. Is it possible to generate 2 workers that run 2 difference jobs ...
1
vote
0answers
26 views

How does Jesque work with Huge Payload?

I read about Jesque at https://github.com/gresrun and I would like to understand how does it perform under huge payload. Is the only way of queuing a job to create an instance of Job class and then ...
0
votes
0answers
167 views

1GB VPS - Apache Worker MPM - FCGID - Max concurrent connections - RAM CAP

I have spent a week or two researching and setting up my server to run Apache with the Worker MPM and FCID. I am trying to optimize it to allow for the most concurrent connections possible. It has ...
1
vote
0answers
38 views

Can a worker send a message back to the producer

I have a NodeJS application with the following situation: I receive a request from a user to calculate something that requires using a very complex mathematical formula. Currently, I run this entire ...
4
votes
2answers
188 views

Looking for persistent, distributed, worker queue for erlang

Before re-inventing the wheel, I'm looking for pointers to open source projects that meet these requirements. implemented in erlang though go or C are possible, if there isn't too much baggage ...
0
votes
1answer
78 views

Enable Button after Background Worker is Complete (C#)

I'm making this simple program in WPF (not Windows Forms), it's for an assignment at university. The program has two buttons and a listbox. When the program starts, the first button is enabled while ...
2
votes
1answer
103 views

Distributed Communication and Processing with RabbitMQ

I'm currently redesigning a system and have run into a bit of a pickle. Requirements I have a queue of messages (A RabbitMQ queue) and a number of services consuming from that queue. Each message ...
0
votes
2answers
112 views

What is a worker in C?

I'm looking at the ss command code and I've seen a function that seems to be passing a function as an argument to another function. But I thought that the way of doing this was declaring a pointer to ...
1
vote
1answer
167 views

Node.js Kue worker send result

My app makes use of Kue to queue up requests, which are handled by worker.js because I need to send the requests that the job makes through Proximo - it's a little confusing. But because of this, the ...
2
votes
1answer
720 views

Update progress bar and multiple labels from thread

I'm working on a JavaFX application that let's the user select a folder and then parse it's contents to find MP3 files and read their metadata. I got this working with Swing although I found it hard ...
-1
votes
1answer
83 views

Azure - Basic App Comunication c# vs 2012

I have to write an application with azure in c# that: has a worker role comparing gps information stores user profile information and can get and set both of these from user device. for example ...
0
votes
0answers
23 views

QUEUE=* not found error on Foreman

I'm trying to use foreman to run my app locally, using the same Procfile I use when deploying my app on Heroku, where it works perfectly. However, when running foreman start on my terminal, foreman ...
0
votes
4answers
100 views

Controling ther max no of threads running simultaneously at a given time in perl

I have an array which contains a list of file @arr=(a.txt,b.txt,c.txt); I am iterating the array and processing the files with foreach loop; each line of the file will generate a sql and will run on ...
0
votes
1answer
206 views

How to use Sidekiq to push a file upload into the background?

I'm working on a Rails app that allows you to upload large music files. I'd like to upload these in the background so that when you start an upload it gets moved to a sidekiq worker while the user ...
1
vote
1answer
13 views

How do I configure a Server-Side Console Project in EWL?

I know I have to define this section in Development.xml: <serverSideConsoleProjects> <project> <Name>Program</Name> ...
0
votes
1answer
160 views

How can I set default_url_options for Sidekiq workers?

I have a Sidekiq worker that is intended to perform social actions (e.g.: like pages on Facebook). Part of this requires knowing the URL for the object being liked. Fortunately, Rails 3 makes it ...
0
votes
1answer
185 views

Django / Celery / Kombu worker error: Received and deleted unknown message. Wrong destination?

It seems as though messages are not getting put onto the queue properly. I'm using Django with Celery and Kombu to make use of Django's own database as a Broker Backend. All I need is a very simple ...
0
votes
0answers
89 views

gunicorn doesn't process simultaneous requests concurrently

I am trying to serve long running requests using gunicorn and its async workers but I can't find any examples that I can get to work. I used the example here but tweaked to add a fake delay (sleep for ...
1
vote
1answer
76 views

How to improve an ActiveRecord query

I have a method which returns the results from a query. The code that calls the method then loops through each result and launches a sidekiq worker. The problem I'm running into is that the looping ...
2
votes
1answer
109 views

How to originate phone calls from Rails application using Adhearsion?

I am using Ruby on Rails and Adhearsion. I have created both applications as stated in documentation provided on Adhearsion's website. I have workers running in background, from which I want to ...
0
votes
0answers
59 views

determining proper gearman task function to retrieve real-time job status

Very simply, I have a program that needs to perform a large process (anywhere from 5 seconds to several minutes) and I don't want to make my page wait for the process to finish to load. I understand ...
0
votes
1answer
52 views

ActiveMQ - worker threads and pool of tasks

I have following scenario: some operation is invoked and as a result multiple tasks are created (thousands) they (their status and details) are stored in the database table i need to somehow execute ...
0
votes
0answers
43 views

gearman is returning old worker results

I have a PHP gearman client and worker. I am testing my worker with very minimal output to ensure all is working as intended. Strangely, I am getting old results from previous workers and I can't ...

1 2 3 4