Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sesssion Class
Message
De
23/06/1999 23:45:00
Paul Dorrington
Dorrodata Computing Pty Ltd
Carlton, Australie
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Divers
Thread ID:
00222980
Message ID:
00233326
Vues:
38
>That's primarily the reason for new Session object. We found lots of folks using Form objects for their COM servers just to get a private data session, and as you know, Forms consume a lot more memory.
>
>Randy
>
>>Thanx, if found it...
>>
>>I see how it can be useful in setting up datasessions in the new multithreaded COM objects.
>>
>>Charlie

The new Session object is terrific for creating a lightweight private data session. Trouble is, it seems to only create private data sessions even when you want a default data session. Is this by design?


lo = NewObject('mysession')
? lo.DataSession && this returns 2!!

DEFINE CLASS mysession AS SESSION

datasession = 1

ENDDEFINE


Thanks
Paul
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform