Click here to Skip to main content
15,885,719 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Change root path Pin
Richard Deeming10-Dec-12 1:35
mveRichard Deeming10-Dec-12 1:35 
GeneralRe: Change root path Pin
#realJSOP10-Dec-12 1:42
mve#realJSOP10-Dec-12 1:42 
AnswerRe: Change root path Pin
AmitGajjar11-Dec-12 7:10
professionalAmitGajjar11-Dec-12 7:10 
QuestionUpdating the column using entity framework Pin
indian1437-Dec-12 12:46
indian1437-Dec-12 12:46 
Questionasp.NET composite control cannot raise an event Pin
michal.cerbak7-Dec-12 4:50
michal.cerbak7-Dec-12 4:50 
Questionhow to convert hex to rgb color code in asp.net Pin
Deenuji6-Dec-12 23:14
Deenuji6-Dec-12 23:14 
AnswerRe: how to convert hex to rgb color code in asp.net Pin
Richard MacCutchan7-Dec-12 0:32
mveRichard MacCutchan7-Dec-12 0:32 
Questionasp.net threads, see if thread with same name is running to wait a couple of seconds Pin
jkirkerx6-Dec-12 10:45
professionaljkirkerx6-Dec-12 10:45 
I've been rewriting code and taking things that are not time sensitive, and putting them in a thread.

I have an issue in which search bots come like yandex, in which it rips through about 4 pages in less than 1 second, and my threads can't keep up.

Is there a way to see if the thread with the same name is running so I can have the next thread wait a couple of seconds.

Dim updateXML As New Thread(New ThreadStart(AddressOf uX_Container.update_SearchBot_Record_XML_ThreadProc))
updateXML.Name = "update_SearchBotRecord"
updateXML.Priority = ThreadPriority.Lowest
updateXML.IsBackground = True

updateXML.Start()

AnswerRe: asp.net threads, see if thread with same name is running to wait a couple of seconds Pin
Keith Barrow7-Dec-12 5:21
professionalKeith Barrow7-Dec-12 5:21 
GeneralRe: asp.net threads, see if thread with same name is running to wait a couple of seconds Pin
jkirkerx7-Dec-12 6:47
professionaljkirkerx7-Dec-12 6:47 
QuestionPagination worries Pin
cizu6-Dec-12 5:12
professionalcizu6-Dec-12 5:12 
AnswerRe: Pagination worries Pin
Deflinek7-Dec-12 1:40
Deflinek7-Dec-12 1:40 
AnswerRe: Pagination worries Pin
AnkitGoel.com10-Dec-12 17:33
AnkitGoel.com10-Dec-12 17:33 
QuestionHtml Mail Formate Error Pin
mukusingh5-Dec-12 18:49
mukusingh5-Dec-12 18:49 
AnswerRe: Html Mail Formate Error Pin
jkirkerx6-Dec-12 10:41
professionaljkirkerx6-Dec-12 10:41 
GeneralRe: Html Mail Formate Error Pin
mukusingh6-Dec-12 19:18
mukusingh6-Dec-12 19:18 
Questionhow to set og tag at runtime Pin
Jassim Rahma5-Dec-12 9:12
Jassim Rahma5-Dec-12 9:12 
AnswerRe: how to set og tag at runtime Pin
Deflinek7-Dec-12 1:50
Deflinek7-Dec-12 1:50 
Questionis this a correct og prefix? Pin
Jassim Rahma5-Dec-12 7:36
Jassim Rahma5-Dec-12 7:36 
Questionasp.net vb Pin
NadaSaif5-Dec-12 3:09
NadaSaif5-Dec-12 3:09 
AnswerRe: asp.net vb Pin
ZurdoDev5-Dec-12 4:34
professionalZurdoDev5-Dec-12 4:34 
GeneralRe: asp.net vb Pin
NadaSaif5-Dec-12 5:05
NadaSaif5-Dec-12 5:05 
GeneralRe: asp.net vb Pin
ZurdoDev5-Dec-12 7:17
professionalZurdoDev5-Dec-12 7:17 
AnswerRe: asp.net vb Pin
jkirkerx5-Dec-12 17:22
professionaljkirkerx5-Dec-12 17:22 
GeneralRe: asp.net vb Pin
NadaSaif6-Dec-12 1:56
NadaSaif6-Dec-12 1:56 

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.