HI
I'm developping a mapscript web server under .net and Mono. I generate swf files using ming library and i had the folowing problem with image filename.
 
 
the output filename prfix is defined as

String zUnique = (String)pSession.SessionID+"_"+DateTime.Now.Ticks.ToString();

  which is about 60 cars long

Under .net all works fine but under linux files are not welle created and more the site get down (oups !!)

I'd like to know if this limit est due to Mono or Mapscript and if limit there is which is its value 

regards

 

 

 

Reply via email to