depends if you want to make sure if its a VALID email address or just syntactically valid
At 10:51 30/09/02 +0100, you wrote: >kinda of an overkill using a COM object as an email validator? > >-----Original Message----- >From: Andy Hall [mailto:[EMAIL PROTECTED]] >Sent: 30 September 2002 10:51 >To: [EMAIL PROTECTED] >Subject: Re: [ cf-dev ] CFFLUSH problems > > > >Thanks for the help, but the page is definately being slowed down by the >includes. The include calls a COM object to validate an email address which >is taking 10-20seconds most of the time, so this is definately taking longer >than the page request. > >When I remove the email validation com call and replace it with cfloop 1 to >10000, the cfflush's work as I would expect. > >Is just seems to be the COM object causing the problem - has anyone else had >experience of this? > >cheers > >Andy > >----- Original Message ----- >From: "Spike" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Monday, September 30, 2002 10:33 AM >Subject: RE: [ cf-dev ] CFFLUSH problems > > > > It may be that it takes a while for the page request to get handled by > > the Network/ColdFusion server/web server and the time taken to process > > the 2 includes is small in comparison to the time taken for the whole > > process. > > > > Also, most browsers won't render a partial table, so if your > > 'processing...' is in a table which is closed after the includes, it > > won't get displayed until all the code for the table has been sent to > > the browser. > > > > Spike > > > > > -----Original Message----- > > > From: Andy Hall [mailto:[EMAIL PROTECTED]] > > > Sent: 30 September 2002 11:23 > > > To: [EMAIL PROTECTED] > > > Subject: [ cf-dev ] CFFLUSH problems > > > > > > > > > Hi, > > > > > > I have got a page with code similar to this > > > > > > processing... > > > <cfflush> > > > <cfinclude template="/includes/include1.cfm"> > > > <cfinclude template="/includes/include2.cfm"> > > > complete... > > > > > > My understanding was that the page should display > > > "processing...", then process the 2 includes, then print > > > "complete...". > > > > > > What is happening is the page is not printing any output for > > > a few seconds, then printing both "processing..." and > > > "complete..." at the same time. > > > > > > Does anybody know why this is happening - do includes stop > > > CFFLUSH working as it should? Or are there any other features > > > of CFFLUSH that could be present in my file? > > > > > > Any help appreciated. > > > > > > Andy Hall. > > > > > > > > > > > > -- > > > ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > > > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: > > > [EMAIL PROTECTED] For human help, e-mail: > > > [EMAIL PROTECTED] > > > > > > > > > > > > > > -- > > ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > For human help, e-mail: [EMAIL PROTECTED] > > > > >-- >** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] >For human help, e-mail: [EMAIL PROTECTED] > >-- >** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] >For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
