THURSDAY, AUGUST 07, 2008




MY ACCOUNT LOGIN

LOGIN NAME:

PASSWORD:

REGISTER TODAY!
FORGOT YOUR PASSWORD?
TRY ALL WEB SERVICES
FREE FOR 30 DAYS!

WEB SERVICES

XWEBEMAILVALIDATION [tool]

XWEB1003 [real estate]

XWEBACHDIRECTORY [financial]

XWEBCHECKOUT [ecommerce]

XWEBTD [ecommerce]

XWEBNEWS [content mgmt.]


ANNOUNCEMENTS


NEW IMPLEMENTATION GUIDE AVAILABLE: "XWEBEMAILVALIDATION CLIENT 2.0”

XWEBEMAILVALIDATION VERSION 2 LAUNCHED

NEW IMPLEMENTATION GUIDE AVAILABLE: "VALIDATE EMAIL ADDRESSES IN REAL-TIME ON A WEB FORM”

XWEBEMAILVALIDATION RELEASED



Web Services, SOA Solutions, SOA Services - XWebServices.com


HOME

WEB SERVICES

SOA SOLUTIONS

SOA SERVICES

ABOUT US





XWEBEMAILVALIDATION


Documentation


FAQs


Implementation Guides


Forum


Pricing






SEARCH









HOME  ::  WEB SERVICES  ::  XWEBEMAILVALIDATION  ::  FORUM

:: Web Services :: XWebEmailValidation :: Topic ::

Very Slow Connection.

Hi i have just registered to the email webservice.

What i am trying to do is to every email in my db if he is a valid one.

the problem is that each email check takes about 5-20 seconds which is very slow for me sinse i have 9000 users to check.

Is there any solution to speed-up the proccess?

heres the code i am using:

for

{

xwevTest.AuthHeaderValue = auTest;

{

spUserID.Value = (

iBadCounter++;

}

}

(int i = 0; i < dsUsers.Tables[0].Rows.Count; i++)XWebEmailValidation xwevTest = new XWebEmailValidation();string sEmail = dsUsers.Tables[0].Rows[i][0].ToString();int iResponseCode = xwevTest.ValidateEmail(sEmail);if (iResponseCode == 0 || iResponseCode == -201)SqlParameter spUserID = new SqlParameter("@UserID", SqlDbType.Int);int)dsUsers.Tables[0].Rows[i][1];SQL_Tools.spExecute("InsertInValid", true, new SqlParameter[] { spUserID });

Started: Wednesday, January 31, 2007

By: john60

POST REPLY


:: Reply ::

Re: Very Slow Connection.

The only thing you can do is work with multiple Threads in your client application. For each email address, the Web Service must open a socket and send multiple commands to each mail server. The response times are obviosly very much dependent on how fast the mail servers can process these requests.

Posted: Wednesday, January 31, 2007

By: XWebEV Admin

POST REPLY






HOME
WEB SERVICES
SOA SOLUTIONS
SOA SERVICES
MY ACCOUNT
ABOUT US