I would try adding the Vector as a member variable of the project class and
have it intialialized in this_onAfterInit(). It would mean the Vector is
loaded as many times as the number of copies of the project the ND Server
creates (I guess no. of CP Workers times Number of clients per worker), but
it is a very reasonable number. Global Session Objects can seriously
throttle performance. 

Another solution, (a broader solution) might be to use RMI to get the Vector
from a single source. 

You must have already considered the database option.

Regards,
Aby

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 12, 2000 2:27 PM
> To: [EMAIL PROTECTED]
> Subject: [ND] Global Read-Only Vector
> 
> 
> Hello,
> 
> Is there a way to create a vector of information each day 
> that is available 
> to all other applications?  I would want the vector to be 
> created whenever 
> the first person who uses the application each day runs it 
> and then have the 
> information available (read only) for all other uses of the 
> application that 
> day.  Our ND server is restarted every night so clearing the 
> vector each day 
> would not be a problem.  There may be multiple people using 
> the vector data 
> at the same time.
> 
> If this is possible, what is the best way to accomplish this? 
>  Should it be 
> in its own app that is called by the app that uses the data?  
> 
> This would be similar to populating a shopping cart vector of 
> all offered 
> items and their prices each day and then using that data to 
> create customized 
> reports.  
> 
> We are using ND4.1.3 on NT with SQL.
> 
> Thank you,
> 
> Sal
> 
> ______________________________________________________________
> ___________
> To unsubscribe from this mailing list please send an email to:
> [EMAIL PROTECTED]
> Please remember to use the same email address you subscribed with.
> 
> For help in using, subscribing, and unsubscribing to the discussion
> forums, please go to: 
> http://www.netdynamics.com/support/visitdevfor.html
> 
> For dire need help, email: [EMAIL PROTECTED]
> 

_________________________________________________________________________
To unsubscribe from this mailing list please send an email to:
[EMAIL PROTECTED]
Please remember to use the same email address you subscribed with.

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]

Reply via email to