GotSpeech.NET

The online community for Microsoft Speech Server developers
Welcome to GotSpeech.NET Sign in | Join | Help
in Search
Gold Systems

Managed Code Applications

Last post 07-03-2008, 9:17 AM by Omar Sultan. 8 replies.
Sort Posts: Previous Next
  •  07-02-2008, 5:09 AM 6125

    Managed Code Applications

    Hello Everone,

     

    This is my first post here, I'm relatively new to Speech Server, I have only worked on three Speech Server related projects and I was researching some topics and i was hoping to get some help here.

     My understanding is that Speech Uses the IIS to host all the Code Managed applications, however, I don't understand where the Workflows are hosted? is the Speech Server the host for these workflows? What if i want to have a non-speech workflow that includes a small speech application? So my problem is basically with the general understanding of how the Managed Code applications behave as a workflow on the Speech Server Environment.

     Any help is really appreciated and if you know of any links or articles that would help answer my questions i will be really grateful.

     


    Best Regards
    Omar Sultan
  •  07-02-2008, 11:10 AM 6137 in reply to 6125

    Re: Managed Code Applications

    IIS hosts Speech Server and Speech Server hosts Speech Workflows.  You can only host Speech Workflows in Speech Server; so if you have a non-speech workflow that wants to make a call, you need to tell Speech Server to load a separate speech workflow.  Look up triggering an outbound call for how to do this (you can issue a HTTP POST or go via MSMQ).
    This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm
  •  07-03-2008, 5:10 AM 6141 in reply to 6137

    Re: Managed Code Applications

    Thanks Anthony, I have a question though, now where do I host the non-speech workflow ? I should have my own host for it is that right?

    Best Regards
    Omar Sultan
  •  07-03-2008, 6:04 AM 6142 in reply to 6141

    Re: Managed Code Applications

    That depends what you want to do in the non-speech workflow.  You can use generic activities in a speech workflow, so one option would be to put your non-speech logic into the speech workflow. 
    This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm
  •  07-03-2008, 6:22 AM 6143 in reply to 6142

    Re: Managed Code Applications

    Well the problem is that the logic might include waiting for people to approve stuff and i don't need the workflow to be loaded into the memory all this time because it might take a day or two for the approval to take place.

    Best Regards
    Omar Sultan
  •  07-03-2008, 8:20 AM 6144 in reply to 6143

    Re: Managed Code Applications

    Yep, that would be an inappropriate use of SpeechServer, which isn't designed for multi-day workflows.   
    This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm
  •  07-03-2008, 8:20 AM 6145 in reply to 6143

    Re: Managed Code Applications

    Yep, that would be an inappropriate use of SpeechServer, which isn't designed for multi-day workflows.    Sounds
    This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm
  •  07-03-2008, 8:20 AM 6146 in reply to 6143

    Re: Managed Code Applications

    Yep, that would be an inappropriate use of SpeechServer, which isn't designed for multi-day workflows.    Sounds like
    This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm
  •  07-03-2008, 9:17 AM 6151 in reply to 6146

    Re: Managed Code Applications

    THanks Anthony :) appreciate the help

    Best Regards
    Omar Sultan
View as RSS news feed in XML