Version 0.7.1

1998-11-10 Thread Andrew Coy
Question: What are the benefits of using this (0.7.1) latest version, as compaired to the last one? thanks Andy Posted to the ptolemy-hackers mailing list. Please send administrative mail for this list to: [EMAIL PR

Poisson's Server

1998-11-10 Thread agosti andrea
Hello, I'm a new user of Ptolemy and I must implement an M/M/1 queue. I didn't find any stars that implements a variable server with exponential service time. The only stars are DEServer with fixed time service, and DEVarServer with variable time service. Can I choose the

Poisson's Server

1998-11-10 Thread agosti andrea
Hello,    I'm a new user of Ptolemy and I must implement an M/M/1 queue. I didn't find any stars that implements a variable server with exponential service time. The only stars are DEServer with fixed time service, and DEVarServer with variable time service. Can I choose the stati

No Subject

1998-11-10 Thread Christopher Hylands
I'm assuming that you want to be able to load in .o files produced from .c files at runtime. Check out: http://ptolemy.eecs.berkeley.edu/papers/almagest/docs/user/html/install.doc5.html --start-- A.5.10 Dynamic linking and makefiles You may find it easier to use a makefile to build .o files fo

copy objects

1998-11-10 Thread CHULAJATA TATCHA
Hi, I'm using Ptolemy 0.7 under Redhat 5.0. The manual says that we cannot copy more than one object from one facet to another. I'm wondering if the new version allows us to do so. How about just creat more than one object at a time? Thanks. Tatcha Chulajata

No Subject

1998-11-10 Thread Rolf Riegert
Hi, we would like to include already written functions in c (not c++) into a star of ptolemy. Therefore we need to a) build the functions into a library b) include a header file in the star-description (like ccinclude or hinclude) to use the functions from the library. Does anyone tr

Re: Poisson's Server

1998-11-10 Thread Edward A. Lee
Just fork the input to the server, drive an exponential random number generator, and feed the output of that into the service time input of the server... Edward At 04:44 PM 11/10/98 +0100, you wrote: > > > >Hello, > > I'm a new user of Ptolemy and I must implement an M/M/1 queu