Thread overview
[phobos] Qt's networking library
Jul 21, 2010
Walter Bright
Jul 21, 2010
Brad Roberts
Jul 21, 2010
Sean Kelly
Jul 21, 2010
Walter Bright
July 20, 2010
http://doc.qt.nokia.com/4.6/network-programming.html
July 20, 2010
On 7/20/2010 7:07 PM, Walter Bright wrote:
> http://doc.qt.nokia.com/4.6/network-programming.html

And? Major license issues -- LGPL.  Almost certainly tied in heavily to other parts of qt.  I mean, yay, another networking library, but..
July 20, 2010
On Jul 20, 2010, at 8:27 PM, Brad Roberts wrote:

> On 7/20/2010 7:07 PM, Walter Bright wrote:
>> http://doc.qt.nokia.com/4.6/network-programming.html
> 
> And? Major license issues -- LGPL.  Almost certainly tied in heavily to other parts of qt.  I mean, yay, another networking library, but..

What kind of networking support do we want to provide in Phobos, anyway?  Something like the Boost package?  More complete?  Less?
July 21, 2010

Sean Kelly wrote:
> On Jul 20, 2010, at 8:27 PM, Brad Roberts wrote:
>
> 
>> On 7/20/2010 7:07 PM, Walter Bright wrote:
>> 
>>> http://doc.qt.nokia.com/4.6/network-programming.html
>>> 
>> And? Major license issues -- LGPL.  Almost certainly tied in heavily to other
>> parts of qt.  I mean, yay, another networking library, but..
>> 
>
> What kind of networking support do we want to provide in Phobos, anyway?  Something like the Boost package?  More complete?  Less?
>
> 

I don't know, I just thought that the Qt library would be a good data point for a successful one. It does appear to be inheritance oriented, which might not be appropriate.