See many past posts: jbase.markmail.org  

It is because you are using jSHELL in an ordinary prompting mode so the
EXECUTE the jSHELL does is optimized and pre-caches the subroutines, which
is generally what you want. When testing, use the shell in UNIX mode, which
will spark a new process and that will reload your new version. I usually
write a shell script or .bat file in fact so that I don't need to worry
about it.

Similarly, if you do not wish to create a proper release mechanism for your
application, and feel that cataloging directly into a live system is a good
idea, then the way to do this is to have the program exit and restart itself
at strategic points, such as every 20th return to the main menu etc.
However, cataloging in to a live system is not a good idea, it just means
you have not thought it through properly.

Also, I think you meant "Is there a way to avoid this", rather than the
negative grammatical phrasing =;p but that is a little pedantic :-)

Jim


> -----Original Message-----
> From: [email protected] [mailto:[email protected]] On Behalf
> Of Ken Brown
> Sent: Wednesday, October 13, 2010 4:47 PM
> To: jBASE
> Subject: jBase 5.25 with Solaris 10
> 
> In the process of implementing this but becoming very frustrated when
> modifying a subroutine and having to log off and back in to test.
> 
> Is there no way of avoiding this?
> 
> --
> Please read the posting guidelines at:
> http://groups.google.com/group/jBASE/web/Posting%20Guidelines
> 
> IMPORTANT: Type T24: at the start of the subject line for questions
> specific to Globus/T24
> 
> To post, send email to [email protected] To unsubscribe, send
> email to [email protected]
> For more options, visit this group at
> http://groups.google.com/group/jBASE?hl=en

-- 
Please read the posting guidelines at: 
http://groups.google.com/group/jBASE/web/Posting%20Guidelines

IMPORTANT: Type T24: at the start of the subject line for questions specific to 
Globus/T24

To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en

Reply via email to