[GRASSLIST:1008] Re: Question
    Glynn Clements 
    glynn.clements at virgin.net
       
    Sat Aug 23 20:18:09 EDT 2003
    
    
  
Luis Goncalves Seco wrote:
> I whould like to know, if it is possible to have more then 
> one session of GRASS running at the same time?
You would need to remove the locking code from $GISBASE/etc/Init.sh:
	# Check for concurrent use
	"$ETC/lock" "$lockfile" $$
	case $? in
		...
If you remove this, you would need to ensure that:
a) you don't run multiple sessions using the same mapset, and
b) that you don't use a monitor name (x0, x1, PNG etc) multiple times;
monitor names are per-user, not per-session or per-mapset.
-- 
Glynn Clements <glynn.clements at virgin.net>
    
    
More information about the grass-user
mailing list