home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / alt / softsys / tooltalk / 71 < prev    next >
Encoding:
Text File  |  1993-01-25  |  1.9 KB  |  47 lines

  1. Newsgroups: alt.soft-sys.tooltalk
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!cbnewsm!cbnewsl!noname
  3. From: noname@cbnewsl.cb.att.com (  )
  4. Subject: File Scoping
  5. Organization: AT&T Bell Laboratories
  6. Date: Mon, 25 Jan 1993 22:05:15 GMT
  7. Message-ID: <1993Jan25.220515.6364@cbnewsl.cb.att.com>
  8. Lines: 37
  9.  
  10.  
  11. Hello, TooltalkER,
  12.  
  13. Sometime ago I posted a question regarding my problem while
  14. using Tooltalk File Scoping. 
  15.   
  16. I want to thank Mark Soloway and Frank Greco. They pointed out several 
  17. important places in Tooltalk that might affect the File Scoping 
  18. function, such as "real_path_name" etc.
  19.  
  20. As Mark suggested, I set the environment variable TT_DM_DEBUG=8
  21. and looked at the traced data. I found one of the place that caused
  22. the function fail. In dm_server_svc.C, there is a place hard coded
  23. the file system table as /etc/mtab. However, it is a different file
  24. name in our machine (/etc/mnttab in UNIX SVR4.0 2.0). 
  25.   
  26. Unfortunately, my problem is still not solved. Two program running on
  27. two machine (using file-scoping) still can not pass data to each
  28. other. I noticed when the application startup, the rpc.ttdbserverd
  29. created a directory TT_DB. Is there any way that I can direct the
  30. location that the TT_DB be created? Any environmental variable
  31. should be set? When two app run on the same machine, they work fine
  32. (ie., can pass data to each other). However, if the app try to send data 
  33. to the other app in the OTHER machine, it does not work and after a
  34. few time message_send, the tooltalk hangs (or data queue full?). Kill
  35. the app and re-start the app, the app works again. But, it hangs after
  36. a few times message_send, and so on. (I mean the Toooltalk function
  37. hangs but the application is still running)
  38.   
  39. There are many information in the rpc.ttdbserverd traced data 
  40. (with env TT_DM_DEBUG=8). Does anybody have idea how to interprate
  41. those information? 
  42.   
  43. Kevin Feng
  44. ckf@hover.att.com
  45.  
  46.  
  47.