There's a number of free and commercial components for this sort of thing (I
searching through ASP101.com when I needed them). Be VERY careful in
choosing one for production for two reasons:

1) Some rely on low performance windows resources (inet.dll or something, I
forget) which means they won't work under a real load
2) Many of them are not threaded properly to run on dual processor boxes

And only a few can do SSL.

We had so many problems with SSL and these components, even the $1000
commercial one we tried, that we ended up writing in all as a Java servlet
and using that instead of ASP for the SSL get/post. Not elegant, but when
you've got 4 ghosted identical physical config servers and the same
component only runs on 3 of the 4, there's trouble :)

Regards,

John Paul Ashenfelter
CTO/TransitionPoint
[EMAIL PROTECTED]

----- Original Message -----
From: "Eric Dawson" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, June 13, 2002 4:54 PM
Subject: Re: <cfhttp> equivalent in ASP


> ASP Tear? (google search. I think www.asptear.com works though.
>
> From: "Ramin Surya" <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: CF-Talk <[EMAIL PROTECTED]>
> Subject: <cfhttp> equivalent in ASP
> Date: Thu, 13 Jun 2002 11:50:37 -0500
>
> Anybody ever done this before?
> Any information will be greatly appreciated.
>
> Thanks,
>
> 
______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to