C# - Run One Method 1000 Times In A Short Period Of Time?

May 28, 2010

Let's say we are building some public service that grabs the setup of a user (what server, user and pwd he wants to perform the call), logs in into that server and do some processing...

the process takes about 15 seconds to complete each user has a different setup (server/user/pwd), so the process needs to run against each one

if 1000 users tells the system to run the method at 1:00PM

How can I insure that the method is processed in the next 15 minutes?

What should be the correct approach to this little problem?

I'm thinking that I need to do something Asynchronously, and parallel processing could speed up things, maybe throttling the processes, maybe execute 100 calls per each 30 seconds?

I never did something like this and would love to get your feedback on ideas and future problems just to spend 100 hours of work and realize that I took a wrong road

View 2 Replies


Similar Messages:

Installation :: Web Page Slow To Start After A Short Period Of Time

Feb 5, 2011

My web site seems to be running quick. I have not deployed my web site yet, so I am the only one using it right now. The problem I have is if I am testing out the site and then I stop using it for a short period of time, when I come back the web site takes about 8-10 seconds to startup again. I did not rebuild the site I just simply stopped using it for a short period of time. It seems like after a short period of time I have to 'wake it up' again. Is this normal? How can I prevent this?

View 2 Replies

Is It Safe Saving Credential Data In Session State For Short Period Of Time

Jan 1, 2011

Because of some situation , I had to save users password in session state for short period of time .it unsafe holding some important data in session state?

View 5 Replies

ADO.NET :: Query Execution / Last Suppose 1000 Mails Queued Then 1000 Times Get Mail Queued?

Feb 15, 2011

i am using sql server inbuilt mail system for sending mail.and i made SP to call dbmail sp

now my problem is when i call sp it get executed fine but in last suppose 1000 mails queued then 1000 times i get mail queued.and that my connection time out .i extend connection time out limit but i get error msg like

"Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Mail queued."

my mail get queued well proper but due to 1000 or 100000 mail queued its lost of msg make problem.

View 4 Replies

Web Forms :: Execute Method Or Event Automatically After Certain Period Or Time Interval?

Jul 29, 2012

I have Website Application , in which i have method ..i want to execute this after every 10 days  automaticlally ..what is the concept of doing this , provice some code etc. if possible ..

my method includes some server side processing..

View 1 Replies

ADO.NET :: Execute An Sp 1000 Times With Out Any Interupt?

Jan 25, 2011

Me with C#.net and sqlserver 2005. In my application there is a need to insert 1000 products details into my sqlserve table. I am using a for loop to insert and its done using a stored procedure, but when this code executes it stops mostly after 80 iterations and showing the error "Object reference not set to an instance of an object". How can I over come this? How can I make a steady sqlconnection?

View 12 Replies

Web Forms :: Make These As Alphabetical Also, Some Times Have To Load 1000 Records In A Page Which Is Difficult?

Feb 8, 2010

I have a data grid in which I have to display around 12,000 records. Even if I do paging it is difficult to display all the records. Is there any other control or something else so that I can display all these records. Even if I make these as alphabetical also, some times I have to load 1000 records in a page which is difficult.

View 2 Replies

VS 2010 - Limiting Viewing Time Of Videos On Vimeo (Cutting The Video Short)

May 24, 2012

A customer has a site written in ASP.NET and C# (.NET4 VS2010). I have been asked to link videos into some pages. The videos are hosted on vimeo and are flagged as private so general public can not view them (on vimeo.com). The user has stipulated that if an unregistered user (unregistered on the customers site) views a video they should only see the first 5 minutes. After those 5 minutes they should be prompted to register or log in. I'm fine with forms authentication in ASP.NET.

At this stage I do not know what type of account the customer has on vimeo, I am waiting for that information. I do not have any code examples to add.

Ideally I need to prevent users from downloading (either directly or by some other way) videos maybe by obfusticating the actual urls in some way.

What I was wondering is if controlling the length of a video being viewed from vimeo, especially in the registered/unregistered user context on an ASP.NET site.

View 2 Replies

Web Forms :: Addition Of Label Control Short Circuits Image Button Call To JavaScript Method?

Jun 10, 2010

Adding a label control inside of a div will short circuit my image buttons onClientClick method call.

I have an Asp.net panel control. In that markup I have an image button control. My image button when clicked will not call my Java Script method unless the image button control is wrapped with a div or table <td> tag.

That is fine with me. However Just to the left of my image button I have a label control that must be on the same line/row of my image button. If I wrap both the label control and image control in a div or td tag then

my Java Script method is not called. So somehow wrapping the label tag with a div or td results in the short
circuiting of calling my Java Script method.

Why is this? I must have my label and image button control on the same line, so that is the requirement.

I tired using a span tag instead of a div, but that does not work. Below is my Asp.net markup code.

[code]....

View 3 Replies

How To Publish A News After In Given Time Period

May 23, 2010

I have problem in publishing news.My module is about news.I want to develop function as publishing news in given time period,such as 1 hour or 2 two hour later it will automatically be taken up,i don't want to put it in web immediatelly.

View 6 Replies

Redirect After A Specific Period Of Time?

Feb 2, 2011

I want to redirect users when they reach a page in my web project. I want this to happen in page load after say 2 seconds.

I'm using this code on page load:

[Code]....

With this code, as soon as the page loads it redirects to that page. There are some text in this page that i want the user to see while the page is redirecting. What are my options? Should i use Timer? and tell it to redirect after two or three ticks?

View 3 Replies

C# - Stopping Timer After A Certain Time Period?

Dec 29, 2010

I have a timer on a page in ASP.NET.

After a certain period of time elapses, I want to disable the timer.

View 1 Replies

Web Forms :: Specific Control Refresh After A Specified Time Period?

Jun 1, 2010

I want that a specific asp.net control get refresh within a specified time period like there is datalist and i want that its content will be change after 10 sec.

View 4 Replies

Web Forms :: Automatically Disable A Button After Certain Time Period?

Aug 3, 2010

I have a requirement of automatically disabling a Button (Submit Button) after certain period of time, say 5 mins. How can we achieve this. I use C# and Framework 2.

View 6 Replies

Web Forms :: Disable (Expire) Link After Some Period Of Time

Nov 8, 2012

In my project I have the requirement as follows.sending a mail to registered users with sign in link details.After a certain period of time elapses, the signin link should not work when user clicks on it. 

View 1 Replies

Tacking Number Of Users Logged In Over A Time Period - Database Design?

Nov 12, 2010

In our application, we store the most number of users online. We do this by tracking what page each user is on currently and upon login, delete users who have been inactive for X minutes and then take a count of the users online, overwriting the most number online if this is higher.

How can we change this to track the number of users online over a time period, so we can look at a line graph of the number of users online. I guess we'll need a cron to run every 1/2/5/10/20/30/60 minutes to track the number online? Then how would be store this data, the table would get very large. I would think the likes of Statcounter/Analytics would have a better way of storing this data.

View 3 Replies

How To Protect The DLL / Applying Time Limit (trial Period ) To Entire Application Usage

Dec 21, 2010

1. I need to protect DLL

2. Applying time limit (trial period ) to entire application usage.

View 3 Replies

AJAX :: Modal Popup Close In Server Or Client Side By Certain Time Period

Jul 13, 2013

How to Model Pop Up Extender control invisible by certain time period.

View 1 Replies

Web Forms :: Connection Attempt Failed Because The Connected Party Did Not Properly Respond After A Period Of Time?

Jul 7, 2010

my code

using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Linq;

[code]...

A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 74.125.155.109:465Description:An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 74.125.155.109:465Source Error:

[Code]....

Line 34: mailClient.EnableSsl = true;Line 35: mailClient.Timeout = 1000000; Line 36: mailClient.Send(mailMessage);Line 37: mailMessage.DeliveryNotificationOptions = DeliveryNotificationOptions.Delay;Line 38: mailMessage.DeliveryNotificationOptions = DeliveryNotificationOptions.OnFailure;
Source File: d:My
WebsitesBenefitsBenefitsDefault.aspx.cs Line: 36
Stack Trace:

[Code]....

[SocketException (0x274c): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 74.125.155.109:465] System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) +239 System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP) +35 System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception) +224[WebException: Unable to connect to the remote server] System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6, Int32 timeout) +5482743 System.Net.PooledStream.Activate(Object owningObject, Boolean async, Int32 timeout, GeneralAsyncDelegate asyncCallback) +202 System.Net.PooledStream.Activate(Object owningObject, GeneralAsyncDelegate asyncCallback) +21 System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout) +332 System.Net.Mail.SmtpConnection.GetConnection(String host, Int32 port) +160 System.Net.Mail.SmtpTransport.GetConnection(String host, Int32 port) +159 System.Net.Mail.SmtpClient.GetConnection() +35 System.Net.Mail.SmtpClient.Send(MailMessage message) +1213[SmtpException: Failure sending mail.] System.Net.Mail.SmtpClient.Send(MailMessage message) +1531 Benefits_Default.Page_Load(Object sender, EventArgs e) in d:My WebsitesBenefitsBenefitsDefault.aspx.cs:36 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35 System.Web.UI.Control.OnLoad(EventArgs e) +99 System.Web.UI.Control.LoadRecursive() +50 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927

View 3 Replies

State Management :: Expire The Session After Certain Period Of Time Which Has Been Created Once The Customer Logged In To The Page?

Feb 2, 2011

i want to know how expire the session after certain period of time which has been created once the customer logged in to the page

View 3 Replies

Web Forms :: Connection Attempt Failed Because Connected Party Did Not Properly Respond After A Period Of Time

May 7, 2015

I got server error when downloading pdf file from my webpage in asp.net."A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond in asp.net."

 Code:

protected void btnPdf_Click(object sender, EventArgs e)
{
imgphoto.Src = "http://localhost:51350/Project/imagesLogin/black.png";
string imgurl = Convert.ToString(imgChart.ImageUrl);
imgurl = imgurl.Replace("~", "");
imgChart.ImageUrl = "D:/Project" + imgurl;
Chart1.Visible = false;

[code]....

View 1 Replies

MVC :: Initialize Method Called Multiple Times?

Jul 6, 2010

I'm overriding the Controller.Initialize method to set some stuff before each ActionResult is executed, however I'm finding that the method is being called multiple times for each request (anywhere between 2 - 10 times). I'm running in Cassini.

My hunch is that it is running for all static files (images, css etc) as well as the requested action - although I may be wrong? I thought maybe something was wrong in my web.config but it all looks right to me.

View 6 Replies

How Many Time Slots There Are Between The Start And End Times

Oct 20, 2010

var startTime = new DateTime(2010, 10, 1, 9, 0, 0);
var endTime = new DateTime(2010, 10, 1, 16, 0, 0);
var interval = 11;

So given a start time of 9am, an end time of 4pm and an interval of 11 how can I find out how many time slots there are between the start and end times?Does that make sense? I know the answer will be 43 time slots, but how to derive it?

View 7 Replies

How Many Times Does HttpModule Init() Method Get Called During Application's Life

Jul 30, 2010

Web application initialization is as follows:

As we know when IIS receives the first request for a particular Asp.net application resource, IIS creates an instance of a HttpApplication (defined in global.asax codebehind).When this new instance is created it's initialization happens that also checks all configured HTTP modules.All modules are then instantiated and put in the application's Modules collection (of type HttpModuleCollection)modules are looped through and their Init() method is called (when they register for request events)

As far as I understand it the above scenario happens when a web application is started/initialized (hence application start event).What happens with modules?

Are they (re)instatiated on each request or reused from the Modules property on each consecutive request while the web application is alive? As I understand IIS and Asp.net they are reused through the whole life of a web application.

If they are reused, can we assume that their Init() method is actually a pseudo event handler for application start event? The thing is we can't attach to application level events within http modules. But if they are being reused we could use Init() as application start event and do whatever we'd put in global.asax instead.

Question,Can we assume that module's Init() method is called only on application start event? Could we use this assumption to i.e. register routes for applications whose global.asax codebehind we can't change? web.config is usually accessible and we can change it the way we want.Would this actually work?

Additional info,We can check HttpApplication code and check its InitModulesCommon() method. This one actually calls Init() of each registered HTTP module. What is more interesting is that this method is only used by InitIntegratedModules() and InitModules() methods. Which are both used only in HttpApplication.InitInternal() method. This is the basis of my assumptions, but I would like to know whether someone has abused IHttpModule.Init() for application start event.

View 3 Replies

C# - OnCheckedChanged Event Fires More And More Times For Every Time It Is Clicked?

Aug 31, 2010

I have an ASP.NET page that contains a gridview.

I have to create columns dynamically based on a datatable, some field type info and some header texts.

I do that by creating templates.

It created the grid fine and all looks good, however when i click a checkbox and the checkedchanged event fires then something odd happens

The first time i click its fine and i get the expected values in the event

But the second time then the event gets fired with the values from the first time and then again with the values from the checkbox that i actually clicked.. The third time the event gets fired 3 times, first 2 times with the old values and the third with the correct value.

Here is the code:

using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Text.RegularExpressions;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Xml.Linq;........

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved