Topic profile page for task stream.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: task stream.
Search discussions about task stream on BoardReader!
Started 1 month, 3 weeks ago (2008-09-22 11:35:00)
by Regular jdlogicman
I'm doing a triggered read on some analog inputs. Periodically, I have to terminate and restart the task because i'm changing the trigger line between "up" and "down" (pfi8 and pfi9). Here's the code that (re)sets up the read: if (null != _psdTask) { _psdTask.Control( TaskAction .Abort); _psdTask.Dispose(); } _psdTask = new Task (); //Create a ...
Started 1 month, 3 weeks ago (2008-09-26 10:43:00)
by Regular jdlogicman
Many thanks for the reply. Because the NullReferenceException happens only when I access the Stream, and because I access members of the task, and because new() cannot fail in C# without throwing an OutOfMemoryException, I think it's safe to assume that the task is not null. I can set a conditional breakpoint that stops if Stream is null. As I mentioned, it is very intermittent....
Started 11 hours, 45 minutes ago (2008-11-18 20:27:00)
by Gotti McCarran
Quote: Originally Posted by Death March "President-elect Barack Obama has picked Eric Holder to be his attorney general Sry for the bad sources for the first two articles, but I bet you it's at least partially true: Quote: Originally Posted by somewebsite...
Started 1 day, 13 hours ago (2008-11-17 19:00:00)
by LindyBill
Gary Taubes responds 17. November 2008, DR EADES BLOG A couple of weeks ago I posted that Gary Taubes had agree to answer questions from readers of this blog. Over a hundred readers sent in questions through the comment section. Many of these questions were actually multiple questions, so Gary ended up with probably 200+ questions to deal with. I've gone through and compiled a list ...
Started 1 day, 13 hours ago (2008-11-17 18:52:00)
by Howard.Zhu
Astronomy and Mathematics Like people of other cultures, the ancient Chinese paid close attention to the heavenly bodies and their movements, because the sun, moon, stars and their movements were the most eternal features that the ancient people could observe. Since the ancient Chinese believed that the perceived movements of the stars were closely related to the destiny of ...
Started 1 day, 14 hours ago (2008-11-17 17:40:00)
by kpGrelling
Pausing Streams versus pausing Local Media Files Pausing Streams versus pausing Local Media Files Background and issue(s): 1. I find that with version 5.541 of winamp (and earlier), if I pause a live stream for 15 minutes of so (say, to take a phone call), winamp locks up and I have to kill it from the task manager. I believe this is a known bug. My firewall meters ...
Started 1 day, 20 hours ago (2008-11-17 12:03:00)
by scorpicon
I've got an odd problem and I'm trying to narrow down the issue. It requires a bit of back-story: I've got an old PIII running XP Pro that's got very low specs, but has worked in the past to consume (stream) a/v from my fancy-dancy desktop. Then I bought a D-Link DNS-323 and put a WD GreenPower 1TB drive in it. Things streamed well for the first week or so, then I starteed having this weird ...
Started 2 days, 3 hours ago (2008-11-17 04:59:00)
by Bat
What it means. ATI puts Stream everywhere Free and faster than CUDA Thursday, 13 November 2008, 11:48 AM IF YOU THOUGHT today was only going to be about AMD CPUs, the company has a streaming surprise for you. Up until now, it was pretty quiet about the strategy, but by this time next month, Stream will be everywhere. The big bang is that Stream consists of three major parts, ...
Started 2 days, 3 hours ago (2008-11-17 04:13:00)
by LordEdwardLongshanks
As some allusion has been made in the early part of the foregoing story to a fool, this, perhaps, is the fittest place to say something of fools in general. Be it understood, I only mean fools by profession; for, were amateur fools included, an essay on fools in general would be no trifling undertaking. And further, I mean to limit myself within still more circumscribed bounds by treating of the ...
Started 1 week ago (2008-11-11 13:13:00)
by Vinny Kelly
I often have to reset the CRM Email Router service because the service will get stuck on a particular email message, and the service hangs not knowing what to do with this email. This has happened several times over the last 2 months and there is an event log with the following information in it: Log Name: Application ...
Started 6 days, 18 hours ago (2008-11-12 14:00:00)
by JoseVargheseKonooran
SQL Server Integration Services (SSIS) 15 Best practices Keep it simple. Avoid using components unnecessarily. eg: step 1. Declare variable varServerDate step 2. Use ExecuteSQLTask in the control flow to execute an SQL query to get the server datetime and store it in the variable step 3. use the dataflow task and insert/update database ...
Started 1 week, 1 day ago (2008-11-11 03:57:00)
by James8146325
Hi, Who can help me with this error message while building my .net project? Thank you! Error 94 The "GenerateResource" task failed unexpectedly. System.IndexOutOfRangeException: Index was outside the bounds of the array. at System.Runtime.Serialization.Formatters.Binary.Bin aryConverter.TypeFromInfo(BinaryTypeEnum binaryTypeEnum, Object typeInformation, ObjectReader objectReader, ...