Click here to Skip to main content
15,908,775 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Connect to sql server from asp.net web app Pin
Suj_7811-Aug-06 7:04
Suj_7811-Aug-06 7:04 
QuestionRe: Connect to sql server from asp.net web app Pin
chris677014-Aug-06 2:08
chris677014-Aug-06 2:08 
AnswerRe: Connect to sql server from asp.net web app Pin
Suj_7814-Aug-06 3:24
Suj_7814-Aug-06 3:24 
QuestionSetting TimeZone Offset Pin
Tiger45611-Aug-06 2:09
Tiger45611-Aug-06 2:09 
QuestionAdd month with current date Pin
Amit Agarrwal11-Aug-06 2:05
Amit Agarrwal11-Aug-06 2:05 
AnswerRe: Add month with current date Pin
Tiger45611-Aug-06 2:11
Tiger45611-Aug-06 2:11 
QuestionWeb service setdata() Pin
BLOEDHOND11-Aug-06 2:03
BLOEDHOND11-Aug-06 2:03 
AnswerRe: Web service setdata() Pin
Guffa11-Aug-06 8:24
Guffa11-Aug-06 8:24 
I had a similar situation when I recieved a lot of web requests when doing statistics for a web site. I didn't solve it using a service, but with a thread.

I store the data in a static list, until the list gets to a specific age or a specific size. Then I start a thread that will loop through the list and save the data to the database, and create a new empty list to store new data in.


---
b { font-weight: normal; }

GeneralRe: Web service setdata() Pin
BLOEDHOND14-Aug-06 1:01
BLOEDHOND14-Aug-06 1:01 
AnswerRe: Web service setdata() Pin
Guffa14-Aug-06 2:02
Guffa14-Aug-06 2:02 
GeneralRe: Web service setdata() Pin
BLOEDHOND14-Aug-06 2:19
BLOEDHOND14-Aug-06 2:19 
AnswerRe: Web service setdata() Pin
Guffa14-Aug-06 4:06
Guffa14-Aug-06 4:06 
QuestionPaypal Integration Probelm Pin
Amit Agarrwal11-Aug-06 1:28
Amit Agarrwal11-Aug-06 1:28 
AnswerRe: Paypal Integration Probelm Pin
seee sharp11-Aug-06 1:41
seee sharp11-Aug-06 1:41 
GeneralRe: Paypal Integration Probelm Pin
Amit Agarrwal11-Aug-06 1:56
Amit Agarrwal11-Aug-06 1:56 
AnswerRe: Paypal Integration Probelm Pin
mrsnipey14-Aug-06 22:52
mrsnipey14-Aug-06 22:52 
QuestionWeb Application Setup Pin
aaraaayen11-Aug-06 1:05
aaraaayen11-Aug-06 1:05 
AnswerRe: Web Application Setup Pin
seee sharp11-Aug-06 1:43
seee sharp11-Aug-06 1:43 
Questiontab cotrol in asp.net 1.1 Pin
omi9811-Aug-06 0:56
omi9811-Aug-06 0:56 
AnswerRe: tab cotrol in asp.net 1.1 Pin
manowj11-Aug-06 1:38
manowj11-Aug-06 1:38 
GeneralRe: tab cotrol in asp.net 1.1 Pin
omi9817-Aug-06 5:36
omi9817-Aug-06 5:36 
Question2 simple questions Pin
-Yoyosh-11-Aug-06 0:52
-Yoyosh-11-Aug-06 0:52 
AnswerRe: 2 simple questions Pin
stevehammond11-Aug-06 2:44
stevehammond11-Aug-06 2:44 
GeneralRe: 2 simple questions Pin
-Yoyosh-11-Aug-06 5:36
-Yoyosh-11-Aug-06 5:36 
QuestionFrameset Pin
-Yoyosh-11-Aug-06 0:51
-Yoyosh-11-Aug-06 0:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.