Omgili - forum search, search forums  
  

Discussions about event queue

Displaying 1 - 10 out of 12,289 discussions.  
RSS Feed Options
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
I've got a thread dump of an applet running on JVM 1.6.0_12 in Opera 9.64 Build 10487 - and it shows three event queues! As far as I know the Java Swing event handling is single threaded - did this change in any recent update? My problem is, that multiple...
Started by on , 4 posts by 4 people.  
The secure creates a new EventQueue (and thread IIRC) when you show a modal dialog, this event queue is active when having several levels....
What you are probably seeing is an event queue for your applet and the secure context.
I need a distinct sound to play when a error occurs. The error is the result of a problem with one of perhaps two hundred barcodes that are being inputted in rapid fire. The event queue seems to handle keyboard input (which the barcode scanner emulates...
Started by on , 3 posts by 3 people.  
Beyond? Is it a keyup , etc event....
And I suspect that the event queue you speak of is the OS's event queue, which isn't likely to accessible from a browser, if at all.
Javascript is not multi-threaded, so option 2 won't work.
I need to be able to trigger a event whenever an object is added to a Queue<Delegate> . I created a new class that extends Queue : public delegate void ChangedEventHandler(object sender, EventArgs e); public class QueueWithChange<Delegate>...
Started by on , 4 posts by 4 people.  
If you mean the non-generic Queue class, then you that there is no suitable virtual method....
T> queue = new Queue<T>(); public event EventHandler Changed; protected virtual voidYou have to override Enqueue, to call OnChanged.
Ask your Facebook Friends
Hi all, Does anybody know how to add an event in the head of the queue for concrete event type? I.e. I have already defined onclick event. A want to add additional call back function, that will be invoked BEFORE already defined callback. Thanks in advance...
Started by on , 10 posts by 5 people.  
Note that in IE you will have to use attachEvent to implement it ... .
So if you really want a predictable event queue for an event, you will haveaddEventListener lets you add another event.
The events will be fired in .
I would like to create a class whose methods can be called from multiple threads. but instead of executing the method in the thread from which it was called, it should perform them all in it's own thread. No result needs to be returned and It shouldn'...
Started by on , 8 posts by 8 people.  
It on to the queue GThreadObject::event * myEvent = new event; myEvent->data = (char*)myData; myEvent->) { boost::unique_lock l(_mutex); while (!_newJob) { cond.wait(l); } Event *receivedEvent::mutex _mutex; boost::condition....
I have a "MessageQueue" class. It's just is to queue messages. Beans that need the ability to post messages simply have a MessageQueue property and Spring takes care of injecting it. The problem is that many beans need to also register themselves as listeners...
Started by on , 4 posts by 4 people.  
It has.
Lots of things do in fact depend on the queue, but the queue itself depends on nothing.
I have code which detects if the Java AWT event queue is frozen (busy processing some event or waiting for a lock) for an excessive amount of time, due to buggy foreign code which fails to use SwingWorker or similar, and I want to offer to recover. Just...
Started by on , 3 posts by 3 people.  
So we are talking mutable statics and hence bad design and evil hacks .
As if there was only event queue.
So what I want to do is to coordinate some effects using jQuery for some AJAX calls that I'm working with. My problem is that the fadeIn for the second div fires at the same time with the fadeOut for the first div. This could apply to other events as ...
Started by on , 4 posts by 4 people.  
To queue up a number of effects, you can also utilize the queue() and dequeue() methods like this: $("#div1").fadeOut; $("#div1").queue(function() { $(this).fadeIn(); $(this).dequeue(); } $("#div").queue(function() { $(this....
We have a large project coming up soon with quite a lot of media processing (Images, Video) as well email output etc, the sort of stuff normally we'd put into a table called "email_queue" and we use a cron to run a script process the queue in the table...
Started by on , 5 posts by 5 people.  
Differences....
RabbitMQ ) gives you the ability to distribute about decoupling when you can .
Benefit of a queue in my opinionA message queue (a distributed one at least, e.g.
The cron/table mechanism as POLL-based and the MQ as EVENT-based.
I am noticing some strange behaviour with BackgroundWorkers and the events they're firing where the events seem to be queuing up in one thread while the CPU isn't actually being used. Basically the design of the system is that, based on user interaction...
Started by on , 3 posts by 3 people.  
Public partial.
The 20 "main a working sample based on feedback that uses a Queue and a custom SingletonWorker thread.
You're just adding tasks to a long queue and creating a new thread every half second.
Page: 1   2   3   4   5   6   7   8   9   10  
Related Searches
The EventLog replication queue System Event Replication Output Queue is full    Event queue operation failed with   
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost