Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
To Cookie or NOT to cookie, THAT is the question
Message
From
04/08/2004 02:58:19
 
General information
Forum:
Visual FoxPro
Category:
West Wind Web Connection
Miscellaneous
Thread ID:
00822654
Message ID:
00930567
Views:
31
>Make sure the client threads are STA style threads. Otherwise you'll get all sorts of problems, although blocking should not be one of them.
>
>Are you createing new instances of your object on each thread? That would be the other requirement for this to work - the object must be called from the same thread that created it.

It works now.

It seems like the Delphi framework was caching Delphi objects, but not keeping them on the same thread.

I had not seen any documentation about staying on the same thread, so your advice definitely got me on the right track.

Thanks Rick!
Previous
Reply
Map
View

Click here to load this message in the networking platform