http://bugzilla.novell.com/show_bug.cgi?id=524984

User [email protected] added comment
http://bugzilla.novell.com/show_bug.cgi?id=524984#c3


Arthur Penn <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW
      Info Provider|[email protected]              |




--- Comment #3 from Arthur Penn <[email protected]>  2009-07-27 07:24:29 MDT ---
Unfortunately I am not able to provide the service, as it is proprietary to my
company and uses other licensed software that I can't supply that you would
need for it to run. However, it is important to note that the delay occurs
after the service returns and the client outputs results. Our service is
running on Windows Server 2008/IIS7. 

I found someone else's public ASMX web services and built a client application
that I can supply, however. This has a similar delay on shutdown after calling
the web service--in this case, I see the following on the strace once the
program has written its final 'done' message:

futex(0xd51b6c, FUTEX_WAIT_PRIVATE, 3, NULL) = ? ERESTARTSYS (To be restarted)
--- SIGCONT (Continued) @ 0 (0) ---
futex(0xd51b6c, FUTEX_WAIT_PRIVATE, 3, NULL) = ? ERESTARTSYS (To be restarted)
--- SIGCONT (Continued) @ 0 (0) ---
futex(0xd51b6c, FUTEX_WAIT_PRIVATE, 3, NULL) = ? ERESTARTSYS (To be restarted)
--- SIGCONT (Continued) @ 0 (0) ---
futex(0xd51b6c, FUTEX_WAIT_PRIVATE, 3, NULL) = ? ERESTARTSYS (To be restarted)
--- SIGCONT (Continued) @ 0 (0) ---

Hope this helps.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to