Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

FSP help

  • 30-08-2005 11:36am
    #1
    Registered Users, Registered Users 2 Posts: 9,225 ✭✭✭


    hey guys,
    studying for repeats here and majorly stuck on some finite state process stuff any chance of a hand?

    Q1 Complete the following FSP model by providing a definition for the TWO_BUFFER process that uses process labelling and action prefixing to model a system in which the output of a BUFFER, a, is connected to the input of a BUFFER, b. Provide a structure diagram for the system.

    range T = 0..3
    BUFFER = (in[i:T] -> out -> BUFF).
    ||TWO_BUFFER = <insert definition here>

    Q2 Modify the CLIENT process in the following model of client-server behaviour to allow the client's call to timeout before a reply is received from the server and describe any problems that arise from this mod.

    const N = 2

    CLIENT = (call -> wait -> continue -> CLIENT).

    SERVER = (request -> service -> reply -> SERVER).

    ||CLIENT_SERVER = (client[1..N]:CLIENT || SERVER)
    / {client[1..N].call/request,
    client[1..N].wait/reply}.


    and one last question LTSA is it available on MAC OSX.

    any help at all is appreciated. Thanks.


Comments

  • Registered Users, Registered Users 2 Posts: 9,225 ✭✭✭Chardee MacDennis


    no one?

    anyone even got a link to good FSP tutorial and/or concurrent programming tutorial?

    thanks


Advertisement