36f8f6fb024b20cc523cdf9ebde7491eca84fd7c
markd
  Sun Dec 6 20:33:20 2020 -0800
multiple request per connect works except hgBlat

diff --git src/gfServer/README.blat src/gfServer/README.blat
index 7076ac2..86e881d 100644
--- src/gfServer/README.blat
+++ src/gfServer/README.blat
@@ -56,15 +56,31 @@
 directory that is accessible from the client
 as well as the server.
 
 hgBlat is currently hard wired to query
 kks00.soe.ucsc.edu.  Please change this
 to your local server once things are up
 if you are mirroring the web site.  
 
 Thanks much for your interest, and best
 of luck with it.  Let me know how it 
 goes.
 	-Jim Kent  March 12, 2001
 
 
 
+Dynamic BLAT server:
+
+gfServer now supports a dynamic mode, which allows servers that are
+started on demand without needing to continually occupy memory.  A single
+dynamic gfServer can serve multiple genomes and multiple simultaneous
+users.
+
+An index is prebuilt using 'gfServer index'.  See gfServer help
+for details and naming convention.  Fast hard disk or SSDs should be
+used to store the genomes and indexes.  Sufficient memory will be
+need for unique genome indexes that are used simultaneously.  Queries
+against we same genome index will be shared between multiple process.
+
+The server is then configued to start via xinetd.  See
+blat-xinetd.example for an example configuration.
+