Date:  03/15/2002 08:00:49 AM Msg ID:  000443
From:  Gia Luc Thread:  000443
Subject:  Foxweb channels
I'm a bit confused by the Foxweb documentation regarding channels.  The documentation says :

1) A Foxweb channel is actually nother instance of the VFP portion of Foxweb.

2) Every user request starts a new foxweb.exe process.

3) Multiple simultaneous requests can be served by a single channel.

a) I must be missing something because (3) seems to contradict (2) ?

b) If simultaneous requests are served by a single channel, doesn't this cause possible conflicts ?  For example, if for one request, a channel executes :

SET ORDER TO TAG downward

and the _same_ channel _simultaneous_ executes ( for another request ) :

SET ORDER TO TAG upward

Won't this clash with the first request, which will then use the 'upward' tag rather than the 'downward' tag ?