task

Task Queue API: ETA and Countdown

I love the new TaskQueue API. I have a question about the ETA/Countdown, if I set it a new Task to execute 10 minutes in the future and it is the only item in the queue - will it execute in roughly 10 minutes or will it execute straight away? ...

lookup task (ssis)

I just need the confirmation. Tell me if I am wrong. A package consists of an oledb source editor which consists of a query followed by three lookups. If I do a preview on each task, every task (oledb source, and the first two lookups) except for the last lookup has values in the respective tables. So, my claim is: if there is no data ...

Is it possible to access @task with mylyn?

It looks like we are migrating our from Jira to @task for our feature requests/bug tracking. Does anyone know if @task can be accessed from Mylyn in Eclipse? ...

how to interpret windows task manager?

I run Windows 7 RC1, which uses the same WTM from Vista. When i look at the processes, there some columns I'm not sure what the differences are: Memory - working set Memory - private working set Memory - commit size can anyone tell me what they are, or provide a url to some website that does? thank you so much. tam. ...

Manually Start ANT Task

For various reasons that I won't go into (I promise it's necessary to do this with the current code base; I know it's goofy), I want to execute a target twice in the same build task. For example, I want to execute the target foo, then bar, then foo again. This is a simplified version of what I already tried: <target name="foo"> .....

sharepoint users cannot edit their workflow tasks

Hello, I've created a custom workflow using Visual Studio 08 that uses a custom content type and .aspx task edit form. The tasks are successfully created and assigned to the users. However, only users that are members of the Site Owners group are able to 'Edit' the task items. All others (even though they have contribute and approve perm...

Run rake task from outside RAILS_ROOT

Hi, My RAILS_ROOT is /usr/local/www/application/ If I run 'rake db:migrate RAILS_ENV=production" from within the RAILS_ROOT it works fine. However I can't seem to find a way to run the same command from outside the RAILS_ROOT. Help is appreciated. Many Thanks ...

Programmatically compile a Script Task in SSIS

Hi, For my requirement I need to write Script task from One SSIS package to another. As my server is 64bit machine, when I execute the overriden SSIS package, it throws the error "Binary Script not found". Hence I need to compile the script programmatically in the Parent SSIS package and put the binary code into the another one. I dont k...

Java / .NET Tasks Processing Library

I'm looking for some good library for processing tasks (or 'operations' as we call them in our domain model) for Java or .NET. We save each operation to perform in db and then we need some mechanism for fetching unprocessed tasks from db, process them and update db record with proper status ('processed OK' / 'process error'). The trick ...

How do you load a file into a variable in ant using the &lt;loadfile&gt; task?

I'm trying the following and it doesn't seem to work. <property name="file.configs.txt" value="" /> ... <target name="..."> <loadfile property="file.configs.txt" srcFile="remoteConfig/configs.txt" /> </target> I read here that the <loadfile> task is supposed to load the contents of a file into the specified property. ...

How to get access to the current JUnitCore to add a listener?

I have some test infrastructure classes that I'd like to add as listeners of JUnitCore , specifically for testRunFinished. I'm invoking Junit 4 from ant's task. Is there some way for me to get access to the JUnitCore created by the task so that I can add a listener? ...

Thread stack overflow

In RTOses like vxworks whenever we create a task the stacksize is specified . Can we write a routine in C which checks if the stack is overflowing or not for the task ? ...

Do vxworks task share data region ?

In vxworks is the data region shared across all the created tasks like linux threads ?. Also what about the text and code segment which I feel should be separate for each task ...

What are some good .net job scheduler and runner solutions?

I am looking for a solution, or a set of solutions with the following components: Job Scheduler - run a specific job on a specific schedule. I have seen Quartz.NET and it seems like a good framework, however I have not found it to have integrations with the components that follow. Job Runner - run a job, loaded as an AppDomain, from a ...

Rollup of all Tasks of a Recurring Meeting in SharePoint

We have set up a SharePoint meeting workspace (using WSS 3.0) for our weekly team meeting. As part of our process we will enter tasks and assign them to individuals during the meeting. Unfortunately the task lists are specific to a particular meeting. We are looking for a way to roll up all of the task generated during our weekly meetin...

Send e-mail from MSBuild script with non-standard port SMTP server

Hi! Is there a way to send e-mail from a MSBuild script using a task that get a connection from a SMTP server that listens to a non-standard port? I've seen that tasks from Extension Pack, Community Tasks and SDC Tasks provide an attribute for the SMTP server name but no attribute for the server port. Any idea? Regards, Olivier. ...

Multithreaded Engine Windowed random slowdown

We have a task based multithreaded engine set up where a scheduler passes the task to the threads lock-free queue. The engine is in C++ with DirectX for the rendering and we are using boost::thread for creating the threads. When in windowed mode, it randomly slows down for a second or so and then speeds back up. It seems that it's someth...

Timer & TimerTask versus Thread + sleep in Java

I found similar questions asked here but there weren't answers to my satisfaction. So rephrasing the question again- I have a task that needs to be done on a periodic basis (say 1 minute intervals). What is advantage of using Timertask & Timer to do this as opposed to creating a new thread that has a infinite loop with sleep? Code snip...

Can we run google app engine on ubuntu/windows and serve web application

I see google provide SDK and utilties to develop and run the web application in development (developer-pc) and port them to google app engine live (at google server). Can we use google app engine to run the local web application without using google infrastructure? Basically I want a decent job scheduler and persistent job queue for p...

is task/application manager available in iphone?

hello Is there any functionality of a task manager in iphone like we have in windows? if so how to access it? thanks ...