[interfacekit] Re: Port Messaging
- From: "Cedric Degea" <cdegea@xxxxxxxxxxxxxxxx>
- To: interfacekit@xxxxxxxxxxxxx
- Date: Wed, 28 Nov 2001 23:37:34 +0100
> write_port(serverport,CREATE_APP,createmsg,sizeof(*createmsg));
You cannot do that ("createmsg,sizeof(*createmsg)"), you need
to flatten the message, send it, and unflatten it server_side...
The whole process if of course encapsulated in the
BMessenger class..
As Dianne said recently most messaing to the app_server is
not BMEssage based, however. Though you'd entitled to answer
by pointing out that this paprticular kind of message (CREATE_APP)
is not a bottleneck/CPU-intensive one.
Cedric.
--
http://cdegea.free.fr/ | BeDev E-16870
"One thing to rule them all" -- UserFriendly.org, 20011021
- Follow-Ups:
- [interfacekit] Re: Port Messaging
- From: DarkWyrm
- References:
- [interfacekit] Port Messaging
- From: DarkWyrm
Other related posts:
- » [interfacekit] Port Messaging
- » [interfacekit] Re: Port Messaging
- » [interfacekit] Re: Port Messaging
- » [interfacekit] Re: Port Messaging
- » [interfacekit] Re: Port Messaging
- » [interfacekit] Re: Port Messaging
- » [interfacekit] Re: Port Messaging
- » [interfacekit] Re: Port Messaging
- » [interfacekit] Re: Port Messaging
- [interfacekit] Re: Port Messaging
- From: DarkWyrm
- [interfacekit] Port Messaging
- From: DarkWyrm