[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference share::zap

Title:Zap Technical Conference
Notice:ZAP Version 5.3 is available. See note 1.1
Moderator:ZAPDEV::MACONI
Created:Mon Feb 24 1986
Last Modified:Mon May 05 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:170
Total number of notes:492

130.0. "ZAP Query " by CLARID::GACHOT () Mon May 17 1993 12:01

Hello,


	We have a Cutomer who wants to know if the following is possible.

	Any input would be appreciate.

		-Erik.

---------------------------------------------------

They log into a VAX as usual and run an application. This application maintains 
a file of users using it. In order to get this application to update the file 
(and so let the user back in) ZAP must send a message to the users terminal 
that makes the application believe that the user has typed "<ctrl>C Y<return>" 
before it ZAPs the users login process. Is this possible?
T.RTitleUserPersonal
Name
DateLines
130.1ZAPDEV::MACONIThe Doctor is InMon May 17 1993 12:0921
	The ability to place commands into the users input buffer is not
included in ZAP.  However, ZAP does include a user written termination
procedure interface, which means that if the user had a program that could
reset this information it could be run when the process is terminated.

	That is:

		ZAP can either issue a $FORCEX to the process (which should
			cause a properly written application to exit normally)


		or ZAP can issue a $DELPRC to the process

		or ZAP can create a detached job to run a command procedure
			written by the customer.  This procedure could stop
			the process and then reset the pointers, or it could
			place data into the users input buffer (they must supply
			the program to do these functions).

					Keith
130.2CLARID::GACHOTMon May 17 1993 12:307

		Thanks Keith for your quick answer and suggestions.



			-Erik.