[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
multithreading speechd
>From the perlipc man page:
"And here's a multithreaded version. It's multithreaded in
that like most typical servers, it spawns (forks) a slave
server to handle the client request so that the master
server can quickly go back to service a new client."
It seems pretty clear that speechd will need to be multithreaded. I've
been reading through code in the perlipc man page and have 1 question.
speechd uses an internet socket to communicate with the festival server.
Will a new socket connection need to be created for each fork of speechd,
or will all forks be able to write to a single socket connection ?
The answer might be obvious, but my experience with these things is quite
limited.
__________________________________________________________________
PGP fingerprint = 03 5B 9B A0 16 33 91 2F A5 77 BC EE 43 71 98 D4
darxus@op.net / http://www.op.net/~darxus
You do not exist.
--
To unsubscribe, send a message with the word 'unsubscribe' in the subject
or body of your message to speech-request@lists.nothinbut.net