> process that pings another server in a variety of ways (I'm
> working on a revision to my server monitor). So I'm using
> cfhttp for http and https operations, cfpop for pop3 tests
> and running a function that uses the service factory to
> return an smtp verification.
>
> So just cuz it *starts* in sequence doesn't help. Ideally I
> want to take steps to at least help ensure Item #2 doesn't
> begin before Item #1 completes. I don't need to etch this in
> stone with something like a conditional loop.
I think that anything your CFML code does, by itself, will be handled
sequentially. I don't think that CFHTTP is executed asynchronously, for
example.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

