|
Are public sector workers the most lasy of all workers?
Started by What The Smurf on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at yahoo):
To work longer and pay more for pensions that are considerably more when generous compared to workers workers in the public sector provide for their own retirement as do private sector workers!
Give hours than any public sector ....
|
|
One of the more interesting questions during the current political campaign is the 'Chinese' issue. I had asked another question recently on LinkedIn alluding to this topic and got some pretty interesting answers back about viewpoints related to trade...
Answer Snippets (Read the full thread at linkedin):
But they want to buy all sorts in which Chinese workers in dormitories....
A chinese worker manufactures a good and that an american salesman buys it and distributes it through any workers in the US wish to work at those compensation levels.
|
|
I have a number of Gearman workers running constantly, saving things like records of user page views, etc. Occasionally, I'll update the PHP code that is used by the Gearman workers. In order to get the workers to switch to the new code, I the kill and...
Started by Karptonite on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Hmm, You could implement a code in the workers to check occasionally if the source code workers, and launch new ones..
|
Ask your Facebook Friends
|
Started by That_Brony_Guy on
, 43 posts
by 21 people.
Answer Snippets (Read the full thread at reddit):
Comparing the average public worker....
So really it was a bit of apples to oranges .
Out in that situation is that the average level of education for a government worker was much higher than the average level for a private sector worker.
|
|
So I'm starting to hear more and more about Web Workers . I think it's absolutely fantastic, but the question I haven't seen anyone really tackle so far is how to support older browsers that do not yet have support for the new technology.
The only solution...
Started by Joel Martinez on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Onload function pseudocode:
if( Worker....
This way, if you don't have Web Workers.
Currently, I only advocate using Web Workers for complex, long-running tasks that can be broken up, and for some reason, can't be done server-side.
You need.
|
|
The GitHub guys recently released their background processing app which uses Redis: http://github.com/defunkt/resque http://github.com/blog/542-introducing-resque
I have it working locally, but I'm struggling to get it working in production. Has anyone...
Started by Brian Armstrong on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
As for surviving a reboot, I am not sure, but I reboot every 6 Basic AuthName "Resque Workers" AuthUserFile /var/www/server.com/current/resque/.htpasswd Require:setup rake task, it will save you lots....
Of God to manage deployment of workers.
|
|
Is there any way for me to share a variable between two web workers? (Web workers are basically threads in Javascript)
In languages like c# you have:
public static string message = ""; static void Main() { message = "asdf"; new Thread(mythread).Run();...
Started by ItzWarty on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
No, but you can send messages to web workers which can be arrays, objects, numbers, strings, booleans, and ImageData or any combination....
Are deliberately shared-nothing -- everything in a worker is completely hidden from other workers.
|
|
Hi,
I have a python (well, it's php now but we're rewriting) function that takes some parameters (A and B) and compute some results (finds best path from A to B in a graph, graph is read-only), in typical scenario one call takes 0.1s to 0.9s to complete...
Started by winter on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
An example of using the Queue module for managing workers can be found here: Queue Example
Looks like you need the "workers" to be separate processes (at least some of them with all communications to/from worker....
Library module Queue.
|
|
I've got an app that could benefit from delayed_job and some background processing. The thing is, I don't really need/want delayed_job workers running all the time.
The app runs in a shared hosting environment and in multiple locations (for different ...
Started by Callmeed on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Delayed::....
Don't want workers running all the time - what are your concerns? Memory usage? Database connections?
To keep the impact of delayed_job low on your system, I'd run only one worker, and configure it to sleep most of the time.
|
|
Can anyone provide a description of what an older new contractor at Microsoft may expect in terms of career growth? I'm guessing that there's an implicit bias toward full time recruitment of college level or junior/younger workers, with older full time...
Started by yacdmnky on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I have heard that MS is planning to lay off FTE workers, so getting converted may be especially.
|