RE: qpidc and FreeBSD

2010-02-02 Thread Steve Huston
Hi Andrey,

> I have done a little patch. Should I register in JIRA to send 
> it or may I send it to somebody of developers?

Please register in JIRA, submit the report and attach your patch to the
jira. Be sure to check off the license-to-apache box when you attach the
patch.

Thanks!
-Steve

> 2009/12/11 Alan Conway 
> 
> > On 12/10/2009 10:43 AM, Andrew Stitcher wrote:
> >
> >> On Thu, 2009-12-10 at 10:30 -0500, Rajith Attapattu wrote:
> >>
> >>> Hello Andrey
> >>>
> >>> No it's not off topic.
> >>> Currently there is no effort on this.
> >>> Are you interested in having a crack at this?
> >>> There have been successful ports to windows and solaris.
> >>>
> >>
> >> Currently the Solaris port does not build - and there isn't enough 
> >> time to get it working for the 0.6 release.
> >>
> >> Some of the problem here is due to the use of the SunPro 
> C++ compiler 
> >> which has yet different quirks from the gcc and Visual Studio 
> >> compilers which currently can build qpid.
> >>
> >>
> >>
> >>> Please feel to join the dev list and ask questions.
> >>>  I am sure you will receive enough guidance on what to do.
> >>>
> >>> Regards,
> >>>
> >>> Rajith Attapattu
> >>> Red Hat
> >>> http://rajith.2rlabs.com/
> >>>
> >>> On Thu, Dec 10, 2009 at 10:11 AM, Andrey Kotrekhov 
> >>>   wrote:
> >>>
>  Hello.
>  Are there any plans to port qpidc to FreeBSD or other BSD* ?
> 
> >>>
> >> It would be great to port to a bsd. As long as you can use 
> gcc4 then 
> >> the only significant area involved in the port is the Poller class 
> >> which is currently Linux specific (implemented in 
> >> cpp/src/qpid/sys/epoll/EpollPoller.cpp).
> >>
> >> The most general way to do this would be to port to use 
> poll(). The 
> >> advantage here would be that this would be very portable to posix 
> >> systems. But this wouldn't have great performance. On FreeBSD 
> >> creating a kqueues based port would probably be the way to go.
> >>
> >> Andrew
> >>
> >>
> >>
> > There's already a JIRA for a freeBSD port: 
> > https://issues.apache.org/jira/browse/QPID-1811. You can 
> use that to 
> > recordideas and attach patches when it gets to that.
> >
> >
> > 
> -
> > Apache Qpid - AMQP Messaging Implementation
> > Project:  http://qpid.apache.org
> > Use/Interact: mailto:dev-subscr...@qpid.apache.org
> >
> >
> 
> 
> -- 
> Andrey Kotrekhov
> 


-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



Re: qpidc and FreeBSD

2010-02-02 Thread Rajith Attapattu
Please create a JIRA and attach to it.
Also please make sure to check the box "Grant license to ASF for
inclusion in ASF works (as per the Apache License §5) "

There is also the following JIRA.
https://issues.apache.org/jira/browse/QPID-1811

Rajith

On Tue, Feb 2, 2010 at 9:34 AM, Andrey Kotrekhov
 wrote:
> I have done a little patch. Should I register in JIRA to send it or may I
> send it to somebody of developers?
>
>
>
>
>
> 2009/12/11 Alan Conway 
>
>> On 12/10/2009 10:43 AM, Andrew Stitcher wrote:
>>
>>> On Thu, 2009-12-10 at 10:30 -0500, Rajith Attapattu wrote:
>>>
 Hello Andrey

 No it's not off topic.
 Currently there is no effort on this.
 Are you interested in having a crack at this?
 There have been successful ports to windows and solaris.

>>>
>>> Currently the Solaris port does not build - and there isn't enough time
>>> to get it working for the 0.6 release.
>>>
>>> Some of the problem here is due to the use of the SunPro C++ compiler
>>> which has yet different quirks from the gcc and Visual Studio compilers
>>> which currently can build qpid.
>>>
>>>
>>>
 Please feel to join the dev list and ask questions.
  I am sure you will receive enough guidance on what to do.

 Regards,

 Rajith Attapattu
 Red Hat
 http://rajith.2rlabs.com/

 On Thu, Dec 10, 2009 at 10:11 AM, Andrey Kotrekhov
   wrote:

> Hello.
> Are there any plans to port qpidc to FreeBSD or other BSD* ?
>

>>> It would be great to port to a bsd. As long as you can use gcc4 then the
>>> only significant area involved in the port is the Poller class which is
>>> currently Linux specific (implemented in
>>> cpp/src/qpid/sys/epoll/EpollPoller.cpp).
>>>
>>> The most general way to do this would be to port to use poll(). The
>>> advantage here would be that this would be very portable to posix
>>> systems. But this wouldn't have great performance. On FreeBSD creating a
>>> kqueues based port would probably be the way to go.
>>>
>>> Andrew
>>>
>>>
>>>
>> There's already a JIRA for a freeBSD port:
>> https://issues.apache.org/jira/browse/QPID-1811. You can use that to
>> recordideas and attach patches when it gets to that.
>>
>>
>> -
>> Apache Qpid - AMQP Messaging Implementation
>> Project:      http://qpid.apache.org
>> Use/Interact: mailto:dev-subscr...@qpid.apache.org
>>
>>
>
>
> --
> Andrey Kotrekhov
>



-- 
Regards,

Rajith Attapattu
Red Hat
http://rajith.2rlabs.com/

-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



Re: qpidc and FreeBSD

2010-02-02 Thread Andrey Kotrekhov
I have done a little patch. Should I register in JIRA to send it or may I
send it to somebody of developers?





2009/12/11 Alan Conway 

> On 12/10/2009 10:43 AM, Andrew Stitcher wrote:
>
>> On Thu, 2009-12-10 at 10:30 -0500, Rajith Attapattu wrote:
>>
>>> Hello Andrey
>>>
>>> No it's not off topic.
>>> Currently there is no effort on this.
>>> Are you interested in having a crack at this?
>>> There have been successful ports to windows and solaris.
>>>
>>
>> Currently the Solaris port does not build - and there isn't enough time
>> to get it working for the 0.6 release.
>>
>> Some of the problem here is due to the use of the SunPro C++ compiler
>> which has yet different quirks from the gcc and Visual Studio compilers
>> which currently can build qpid.
>>
>>
>>
>>> Please feel to join the dev list and ask questions.
>>>  I am sure you will receive enough guidance on what to do.
>>>
>>> Regards,
>>>
>>> Rajith Attapattu
>>> Red Hat
>>> http://rajith.2rlabs.com/
>>>
>>> On Thu, Dec 10, 2009 at 10:11 AM, Andrey Kotrekhov
>>>   wrote:
>>>
 Hello.
 Are there any plans to port qpidc to FreeBSD or other BSD* ?

>>>
>> It would be great to port to a bsd. As long as you can use gcc4 then the
>> only significant area involved in the port is the Poller class which is
>> currently Linux specific (implemented in
>> cpp/src/qpid/sys/epoll/EpollPoller.cpp).
>>
>> The most general way to do this would be to port to use poll(). The
>> advantage here would be that this would be very portable to posix
>> systems. But this wouldn't have great performance. On FreeBSD creating a
>> kqueues based port would probably be the way to go.
>>
>> Andrew
>>
>>
>>
> There's already a JIRA for a freeBSD port:
> https://issues.apache.org/jira/browse/QPID-1811. You can use that to
> recordideas and attach patches when it gets to that.
>
>
> -
> Apache Qpid - AMQP Messaging Implementation
> Project:  http://qpid.apache.org
> Use/Interact: mailto:dev-subscr...@qpid.apache.org
>
>


-- 
Andrey Kotrekhov


Re: qpidc and FreeBSD

2009-12-11 Thread Alan Conway

On 12/10/2009 10:43 AM, Andrew Stitcher wrote:

On Thu, 2009-12-10 at 10:30 -0500, Rajith Attapattu wrote:

Hello Andrey

No it's not off topic.
Currently there is no effort on this.
Are you interested in having a crack at this?
There have been successful ports to windows and solaris.


Currently the Solaris port does not build - and there isn't enough time
to get it working for the 0.6 release.

Some of the problem here is due to the use of the SunPro C++ compiler
which has yet different quirks from the gcc and Visual Studio compilers
which currently can build qpid.



Please feel to join the dev list and ask questions.
  I am sure you will receive enough guidance on what to do.

Regards,

Rajith Attapattu
Red Hat
http://rajith.2rlabs.com/

On Thu, Dec 10, 2009 at 10:11 AM, Andrey Kotrekhov
  wrote:

Hello.
Are there any plans to port qpidc to FreeBSD or other BSD* ?


It would be great to port to a bsd. As long as you can use gcc4 then the
only significant area involved in the port is the Poller class which is
currently Linux specific (implemented in
cpp/src/qpid/sys/epoll/EpollPoller.cpp).

The most general way to do this would be to port to use poll(). The
advantage here would be that this would be very portable to posix
systems. But this wouldn't have great performance. On FreeBSD creating a
kqueues based port would probably be the way to go.

Andrew




There's already a JIRA for a freeBSD port: 
https://issues.apache.org/jira/browse/QPID-1811. You can use that to recordideas 
and attach patches when it gets to that.


-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



qpidc and FreeBSD

2009-12-11 Thread Andrey Kotrekhov
Hello.

Are there any plans to port qpidc to FreeBSD or other BSD* ?

-- 
Andrey Kotrekhov


Re: qpidc and FreeBSD

2009-12-10 Thread Andrew Stitcher
On Thu, 2009-12-10 at 10:30 -0500, Rajith Attapattu wrote:
> Hello Andrey
> 
> No it's not off topic.
> Currently there is no effort on this.
> Are you interested in having a crack at this?
> There have been successful ports to windows and solaris.

Currently the Solaris port does not build - and there isn't enough time
to get it working for the 0.6 release.

Some of the problem here is due to the use of the SunPro C++ compiler
which has yet different quirks from the gcc and Visual Studio compilers
which currently can build qpid.

> 
> Please feel to join the dev list and ask questions.
>  I am sure you will receive enough guidance on what to do.
> 
> Regards,
> 
> Rajith Attapattu
> Red Hat
> http://rajith.2rlabs.com/
> 
> On Thu, Dec 10, 2009 at 10:11 AM, Andrey Kotrekhov
>  wrote:
> > Hello.
> > Are there any plans to port qpidc to FreeBSD or other BSD* ?

It would be great to port to a bsd. As long as you can use gcc4 then the
only significant area involved in the port is the Poller class which is
currently Linux specific (implemented in
cpp/src/qpid/sys/epoll/EpollPoller.cpp).

The most general way to do this would be to port to use poll(). The
advantage here would be that this would be very portable to posix
systems. But this wouldn't have great performance. On FreeBSD creating a
kqueues based port would probably be the way to go.

Andrew



-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



Re: qpidc and FreeBSD

2009-12-10 Thread Rajith Attapattu
Hello Andrey

No it's not off topic.
Currently there is no effort on this.
Are you interested in having a crack at this?
There have been successful ports to windows and solaris.

Please feel to join the dev list and ask questions.
 I am sure you will receive enough guidance on what to do.

Regards,

Rajith Attapattu
Red Hat
http://rajith.2rlabs.com/

On Thu, Dec 10, 2009 at 10:11 AM, Andrey Kotrekhov
 wrote:
> Hello.
> Are there any plans to port qpidc to FreeBSD or other BSD* ?
>
> Sorry if this is offtopic
>
> --
> Andrey Kotrekhov
>

-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org