Iris Change Log



1/22/01

Enhancement - Program name extensions in the URL are now irrelevent. Iris will strip off any exentsion and then look for a ".r", then a ".p" and lastly a ".w".

Documentation Enhancement - Added more NT/IIS setup info and some images of screen shots when setting up the scripts directory in IIS.


1/12/01

Bug fix - IIS reports PATH_INFO differnt than Apache, needed to parse PATH_INFO differently to handle both cases.

Enhancement - Added global shared var WSEU, similar to WebSpeed. WARNING, the element of this vars value that would normally be the PID of the WebSpeed agent is actually the PID of iris_rex.pl NOT iris_rex.p. Iris_rex.pl gets restarted with each hit so this number will change with each hit. Unfortunatly it looks like NT/2000 reuses PID numbers, therefore, there is no guarantee that this string is unique by itself for each web hit. Also added the global shared var REX_PID, this is the same value used in WSEU.

Enhancement - Iris_rad.pl will now output a message line every time it starts a new instance of iris_rex.

Enhancement - Enhanced custlist.p so that customer records can be updated. This shows at least a little DB interaction. Added custupd.p and custsave.p.

Documentation Enhancement - Added notes about configuring perl with IIS.


1/10/01

Intital release