Bulk Generation and Restart?

  • Thread starter brother_of_karamazov
  • Start date

brother_of_karamazov

Legendary Poster
Here's the issue:

I do a bulk gen of new, custom objects. The theory says that if the object has never been used in that environment I should not have to restart the instance to have the object work. I am seeing some work without restarting the instance and some do not and require an instance restart.

Does anyone have a better idea of the rules for this? Is it perhaps a timing issue where I have to wait until a cache reloads or something before running the object?
 
Maybe a way of tackling the general issue of the JAS cache is to set up
multiple instances of JAS, and for the DV and PY have the serialized object
cache switched off. For PD you could have it switched on to improve
perfromance, as i assume the amount of updates to PD would/should be of an
order of magnitude less.
Regards,
Kieran Fitgzerald
 
Re: RE: Bulk Generation and Restart?

Interesting. Where is the SO cache defined?

I do have multiple instances of JAS so I could test this. Most of the updates however are going to PD right now as we are in full report development mode.
 
RE: RE: Bulk Generation and Restart?

Used to be in the htmlclient.ini as far as i remember, the parameter being
bypassserializedobjcache=3D
 
Back
Top