One part of my program creates some kind of messages. These messages are then processed in the second part.
I am trying to make a linked list based queue for fast operations, now that\'s what i have: template< typename T,
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
i can\'t seem to find any samples on this.. can someone help? and is this good design? in my grails app, every user can create their own queues (temp queues - assuming i know how to create them).. s
I\'m using an SQL Server 2008 R2 as a queuing mechanism. I add items to the table, and an external service reads and processes these items. This works great, but is missing one thing - I need mechanis
I\'m using the django_notification module. https://github.com/pinax/django-notification/blob/master/docs/usage.txt
I need to provide a way of users uploading multiple files (can be 10MB each) over Mac, PC and a mobile device (something with an SD开发者_如何学运维 slot).
I currently have a concurrent queue implementation that uses a BlockingQueue as the data store.I now need to introduce a second type of object that has a higher priority, leading me towards a starvati
I have some tasks stored in db for later execution. For example i can fix task of sending email. And by cron exec task (send it). I search for best way to store code in db for later execution. For ex
I\'m having a hard time with parts of my code: private void UpdateOutputBuffer() { T[] OutputField = new T[DisplayedLength];