stowed objects

Is the Natural RPC Server aware of new compiled objects so the new version gets executed for remote calls?

Our Natural RPC Servers are implemented as Started task and share the same global buffer pool with all other online and batch environments.

Thanks,
Rabia

With a global bufferpool the answer is

YES, it is aware of changed modules and will pick them up automatically.

With local bufferpools you’d have to “notify” the server.

How would I notify the server?

We are running batch RPC servers on Z/OS and Natural 3.1 on the mainframe. Our web enabled apps are utilizing NWWCGI on Windows 2000 with APACHE 2.

If I make changes to the mainframe sub programs, the latest changes are not reflected until the RPC server is restarted. Is there a way to avoid this?

Thanks