You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by ricardo13 <ri...@gmail.com> on 2009/04/02 01:00:29 UTC

[users@httpd] Does APR works in Kernel Level ?

Hi all,

I have other doubt.When I'm programming in APR, it works in kernel-level ??
My friend told it and I was confuse !!!

Thank You !!

Ricardo
-- 
View this message in context: http://www.nabble.com/Does-APR-works-in-Kernel-Level---tp22834996p22834996.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Does APR works in Kernel Level ?

Posted by ricardo13 <ri...@gmail.com>.
ok !!

Undestood your reply !!

Ricardo


Aviator wrote:
> 
> Hi Ricardo,
> APR is like a wrapper around existing OS specific implementations of APIs.
> Some of the APIs operate at kernel level. I am not sure whether i
> understood
> the question. But if u are talking about using kernel concepts of
> Semaphores, shared memory and all, yes APR operates at that level.
> 
> Regards
> Prasanna Ram
> 
> 
> On Thu, Apr 2, 2009 at 4:30 AM, ricardo13 <ri...@gmail.com>
> wrote:
> 
>>
>> Hi all,
>>
>> I have other doubt.When I'm programming in APR, it works in kernel-level
>> ??
>> My friend told it and I was confuse !!!
>>
>> Thank You !!
>>
>> Ricardo
>> --
>> View this message in context:
>> http://www.nabble.com/Does-APR-works-in-Kernel-Level---tp22834996p22834996.html
>> Sent from the Apache HTTP Server - Users mailing list archive at
>> Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> The official User-To-User support forum of the Apache HTTP Server
>> Project.
>> See <URL:http://httpd.apache.org/userslist.html> for more info.
>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
>> For additional commands, e-mail: users-help@httpd.apache.org
>>
>>
> 
> 

-- 
View this message in context: http://www.nabble.com/Does-APR-works-in-Kernel-Level---tp22834996p22847022.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Does APR works in Kernel Level ?

Posted by Prasanna Ram Venkatachalam <vp...@gmail.com>.
Hi Ricardo,
APR is like a wrapper around existing OS specific implementations of APIs.
Some of the APIs operate at kernel level. I am not sure whether i understood
the question. But if u are talking about using kernel concepts of
Semaphores, shared memory and all, yes APR operates at that level.

Regards
Prasanna Ram


On Thu, Apr 2, 2009 at 4:30 AM, ricardo13 <ri...@gmail.com> wrote:

>
> Hi all,
>
> I have other doubt.When I'm programming in APR, it works in kernel-level ??
> My friend told it and I was confuse !!!
>
> Thank You !!
>
> Ricardo
> --
> View this message in context:
> http://www.nabble.com/Does-APR-works-in-Kernel-Level---tp22834996p22834996.html
> Sent from the Apache HTTP Server - Users mailing list archive at
> Nabble.com.
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>

Re: [users@httpd] Does APR works in Kernel Level ?

Posted by Eric Covener <co...@gmail.com>.
On Thu, Apr 2, 2009 at 11:09 AM, ricardo13 <ri...@gmail.com> wrote:
>
> Hi,
>
> APR make the same things that libraries C ??
> Because C make system calls to kernel level.
>
> I would want know if APR do system calls like C!!! APR works like C ??

APR uses the C library, and other libraries.  It's still off-topic for
this list.

-- 
Eric Covener
covener@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Does APR works in Kernel Level ?

Posted by ricardo figueiredo <ri...@gmail.com>.
Hi Tom,

Your reply is perfect !!!!
I understood yout explanation !!!
My doubt this resolved !!

Thank you All (Tom, Eric, Pressaman)

Ricardo

On Thu, Apr 2, 2009 at 12:31 PM, Tom Evans <te...@googlemail.com> wrote:

> On Thu, 2009-04-02 at 08:09 -0700, ricardo13 wrote:
> > Hi,
> >
> > APR make the same things that libraries C ??
> > Because C make system calls to kernel level.
> >
> > I would want know if APR do system calls like C!!! APR works like C ??
> > Thank you !!
> >
> > Ricardo
> >
> >
>
> APR is written in C and makes system calls to the kernel. Nothing in APR
> is kernel level, and nothing in it runs with kernel privileges, it is
> all userland code.
>
> Tom
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>


-- 
Muito Obrigado

Ricardo

Re: [users@httpd] Does APR works in Kernel Level ?

Posted by Tom Evans <te...@googlemail.com>.
On Thu, 2009-04-02 at 08:09 -0700, ricardo13 wrote:
> Hi,
> 
> APR make the same things that libraries C ??
> Because C make system calls to kernel level.
> 
> I would want know if APR do system calls like C!!! APR works like C ??
> Thank you !!
> 
> Ricardo
> 
> 

APR is written in C and makes system calls to the kernel. Nothing in APR
is kernel level, and nothing in it runs with kernel privileges, it is
all userland code. 

Tom


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Does APR works in Kernel Level ?

Posted by ricardo13 <ri...@gmail.com>.
Hi,

APR make the same things that libraries C ??
Because C make system calls to kernel level.

I would want know if APR do system calls like C!!! APR works like C ??
Thank you !!

Ricardo


Eric Covener wrote:
> 
> On Thu, Apr 2, 2009 at 8:49 AM, ricardo13 <ri...@gmail.com>
> wrote:
>>
>> Sorry,
>>
>> But don't understood !!
> 
> You'll have to do some research about including C libraries in kernel
> modules.
> 
> -- 
> Eric Covener
> covener@gmail.com
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Does-APR-works-in-Kernel-Level---tp22834996p22849853.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Does APR works in Kernel Level ?

Posted by Eric Covener <co...@gmail.com>.
On Thu, Apr 2, 2009 at 8:49 AM, ricardo13 <ri...@gmail.com> wrote:
>
> Sorry,
>
> But don't understood !!

You'll have to do some research about including C libraries in kernel modules.

-- 
Eric Covener
covener@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Does APR works in Kernel Level ?

Posted by ricardo13 <ri...@gmail.com>.
Sorry,

But don't understood !!


Eric Covener wrote:
> 
> On Wed, Apr 1, 2009 at 7:00 PM, ricardo13 <ri...@gmail.com>
> wrote:
>>
>> Hi all,
>>
>> I have other doubt.When I'm programming in APR, it works in kernel-level
>> ??
>> My friend told it and I was confuse !!!
> 
> This is the Apache HTTP Server users list.
> 
> I was under the impression that you couldn't even use libc in the
> kernel, much less any of the libraries APR links to or APR itself.
> -- 
> Eric Covener
> covener@gmail.com
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Does-APR-works-in-Kernel-Level---tp22834996p22847089.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Does APR works in Kernel Level ?

Posted by Eric Covener <co...@gmail.com>.
On Wed, Apr 1, 2009 at 7:00 PM, ricardo13 <ri...@gmail.com> wrote:
>
> Hi all,
>
> I have other doubt.When I'm programming in APR, it works in kernel-level ??
> My friend told it and I was confuse !!!

This is the Apache HTTP Server users list.

I was under the impression that you couldn't even use libc in the
kernel, much less any of the libraries APR links to or APR itself.
-- 
Eric Covener
covener@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org