Performer database paging examples

pagesimple.c: 	a simple program that forks off a database process, and cycles
		through the list of models on its command line

		e.g.: 

		cd /usr/share/Performer/data
		pagesimple cow.obj apple.sv blimp.flt

pagedb.c:	a simple example of an APP process handing off a list of 
		work to the database process

		e.g.:

		cd models
		../pagedb bui*.pfb bui*.pfb bui*.pfb bui*.pfb bui*.pfb bui*.pfb  


