Thanks Matthias. My real interest is to experiment whether there is a performance gain on a loaded server by using this for a transport as opposed to another socket in a loaded socket pool.
Does process (exec) IO get thrown into the overall 1.4.x select loop, or is it somehow given a different priority? Any speculations on whether it would be faster?, Slower? Etc? More of a curiosity at this point... Thanks! -Dov -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wimmer Sent: Monday, March 07, 2005 12:47 PM To: Jabber software development list Subject: Re: [jdev] 1.4.x component:exec Hi Katz! Katz, Dov B (IT) schrieb am 2005-03-07 12:31:54: > Does anyone have sample code and config for a simple EXEC-style > component for jabberd 1.4.x? > > I've only written ACCEPT components and am interested in trying an > EXEC one. The exec components use a standard Jabber XML stream for communications in the namespace "jabber:component:exec" - using no authentication. ... but I wouldn't propose to write new components using this feature. It should make nearly no additional work using the accept component protocol and your component will be usable with other server implementations then as well. exec components are only supported by jabberd 1.4.x as far as I know. The only documentation I am aware of at present is the implementation, that you can find in the file jabberd/base/base_exec.c of the jabberd 1.4.x distribution. It's only a small file, that is well documented. Tot kijk Matthias -- Fon: +49-(0)70 0770 07770 http://web.amessage.info Fax: +49-(0)89 312 88 654 xmpp:[EMAIL PROTECTED] -------------------------------------------------------- NOTICE: If received in error, please destroy and notify sender. Sender does not waive confidentiality or privilege, and use is prohibited. _______________________________________________ jdev mailing list [email protected] http://mail.jabber.org/mailman/listinfo/jdev
