faq
flatforty
contribute
subscribe
configure
search
rdf
main
parent
thread
|
Re: QKernelApplication
by Eron Lloyd on Tuesday 26/Aug/2003, @15:28
|
How good would Qt be at, for example, developing a mail/calendaring/messaging server in? So instead of having Kroupware, which consists of a bunch of third-party servers, you could have a Qt-native groupware server sharing many of the same features supported by the client (Kontact).
It would seem Qt's networking support is pretty advanced based on the amount of different KIO protocols that have been developed...
Eron |
|
|
The Fine Print: The following comments
are owned by whomever posted them.
( Reply )
|
Re: QKernelApplication
by Tim Jansen on Wednesday 27/Aug/2003, @04:38
|
>>How good would Qt be at, for example, developing a mail/calendaring/messaging server in?<<
Should be good enough. Qt's networking support is indeed a weak spot, but it should be enough for TCP. Otherwise you could use thiagom's libqtaddon for this, or in the worst case the low-level socket api. And anyway, networking is just a tiny, almost negligible aspect of servers like that. TCP is trivial, the hard part is to implement the protocol and the data store.
|
[
Reply To This | View ]
|
The Fine Print: The previous
comments are owned by whomever posted them.
( Reply )
|
|