Project 2 questions.


R. Clayton (rclayton@monmouth.edu)
(no date)


  Are ints, strings, and arrays the only parameter types we have to implement?

Yes.

  How do we use the service name?

It depends on the language binding. For C++, the service name is the name of
the class the client uses and the name of the namespace the server uses.

  Can you give us an example of a service spec file we can use for testing.

I'll make a few more available, but there's an example in the project page, and
you should be able to come up with your own.

  Do we have to implement the generic-service functions?

Because the sRPC users expect them to be there, you have to implement them.

  Can a call name be repeated in a service spec?

Each call name must be unique among all the call names defined in that
particular service spec file. I'll clarify the project assignment to make it
clear; thanks for pointing it out.



This archive was generated by hypermail 2.0b3 on Tue May 06 2003 - 14:00:05 EDT