Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1074953
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T21:12:23+00:00 2026-05-16T21:12:23+00:00

I have a script execution engine in which the end users write scripts to

  • 0

I have a script execution engine in which the end users write scripts to run their test. Now we want to run about 40 tests in parallel. I was wondering if I should convert all the scripts(in Perl or VBA) to C# code and then parallelism it or try to control the scripting engine from C# to run all those scripts in parallel? Any suggestion or ideas would be helpful.
One advantage I found with still using the script is that end users will be able to code their own test rather than coming to me for every change if it is in C#.

Also is it possible to run code in parallel across multiple PC and control it from one master PC using C#?
I am new to C# parallel programming.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T21:12:24+00:00Added an answer on May 16, 2026 at 9:12 pm

    Everything is possible! It is the question of time and effort and right approach.

    Parallel programming is a new paradigm in C# 4.0 for running tasks in parallel in the same AppDomain (almost same as process but not always true as sometimes there can be more than one AppDomain per process). So you cannot run it on several machines using Parallel programming but you can implement your mini-GRID computing to run it on several machines.

    If your tests can run in parallel – which they seem they can – you can run them in parallel with a few lines of code.

    // not a real code
    foreach(Test t in myTetsts.AsParallel())
    {
       t.run();
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We want to add scripting to a project. We are hesitating which script engine
I have script which allows to display Bing search results. I can call for
i have a script which is for virtual keyboard, i am facing some problem
I have a PHP script that runs database queries. Now, if a query fails,
i have a jquery function which i want to convert to .live because i
I want to create a simple script engine to use it in some of
I have xsl view engine and want to call standard view helpers (e.g. UrlHelper.Action)
Is their anyway to test the correctness of a powershell script without executing it.
I have the following code (just a test): var engine = Python.CreateEngine(); var runtime
i've made a php search engine a while ago and now i have this

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.