Re: [us...@httpd] I need a technique for executing very fast code behind the httpd apache server.

2009-12-28 Thread Andrei Paul Nistor
Thanks all. I will test some of the things you told me in here and will give feedback in case i will find a good solution. Second I'm thinking to test the mod_perl solution and if this isn't working i will write maybe my own module for apache. The ONC-RPC from PHP to another deamon could also be a

Re: [us...@httpd] I need a technique for executing very fast code behind the httpd apache server.

2009-12-27 Thread Krist van Besien
On Sat, Dec 26, 2009 at 2:04 PM, Andrei Paul Nistor paul.nis...@gmail.com wrote: Hello all. Question: Is it any way possible to access through the httpd server resources like objects or remote procedures that run on the server in binary form and dont get disposed after each call of the

[us...@httpd] I need a technique for executing very fast code behind the httpd apache server.

2009-12-26 Thread Andrei Paul Nistor
Hello all. Question: Is it any way possible to access through the httpd server resources like objects or remote procedures that run on the server in binary form and dont get disposed after each call of the resources? I read lately alot about cgi and the apache server but i haven't found an

Re: [us...@httpd] I need a technique for executing very fast code behind the httpd apache server.

2009-12-26 Thread John den Haan
I figure SOAP might be what you need. - This message was sent using a mobile device. I apologize for any seplling errors that may result. Op 26 dec 2009 om 14:04 heeft Andrei Paul Nistor paul.nis...@gmail.com het volgende geschreven:\ Hello all. Question: Is it any way possible to

Re: [us...@httpd] I need a technique for executing very fast code behind the httpd apache server.

2009-12-26 Thread Andrei Paul Nistor
I thought about using soap as an comunication protocol but in fact the remote procedures are php scripts or asp i need compiled code that can execute fast and share objects, the communication protocol isnt important it can be anything. With respect Andrei Paul Nistor On Sat, Dec 26, 2009 at 3:29

Re: [us...@httpd] I need a technique for executing very fast code behind the httpd apache server.

2009-12-26 Thread Bogdan Cristea
On Saturday 26 December 2009 15:56:43 Andrei Paul Nistor wrote: I thought about using soap as an comunication protocol but in fact the remote procedures are php scripts or asp i need compiled code that can execute fast and share objects, the communication protocol isnt important it can be

Re: [us...@httpd] I need a technique for executing very fast code behind the httpd apache server.

2009-12-26 Thread Morten Kirkegaard Poulsen
Hi Andrei, On Sat, 2009-12-26 at 16:01 +0200, Bogdan Cristea wrote: On Saturday 26 December 2009 15:56:43 Andrei Paul Nistor wrote: I thought about using soap as an comunication protocol but in fact the remote procedures are php scripts or asp i need compiled code that can execute

Re: [us...@httpd] I need a technique for executing very fast code behind the httpd apache server.

2009-12-26 Thread Andrei Paul Nistor
This sounds something that I'm interested in i mean onc-rpc implemented in php and this could solve my problem. I would like to also help you guys if its that what I'm thinking about. If you could share the code it would be more than what i was asking for and i appreciate it alot. On Sat, Dec

Re: [us...@httpd] I need a technique for executing very fast code behind the httpd apache server.

2009-12-26 Thread Octavian Râsnita
Hi Andrei, From: Andrei Paul Nistor paul.nis...@gmail.com Hello all. Question: Is it any way possible to access through the httpd server resources like objects or remote procedures that run on the server in binary form and dont get disposed after each call of the resources? I read lately

Re: [us...@httpd] I need a technique for executing very fast code behind the httpd apache server.

2009-12-26 Thread Morten Kirkegaard Poulsen
On Sat, 2009-12-26 at 18:20 +0200, Andrei Paul Nistor wrote: This sounds something that I'm interested in i mean onc-rpc implemented in php and this could solve my problem. I would like to also help you guys if its that what I'm thinking about. If you could share the code it would be more

Re: [us...@httpd] I need a technique for executing very fast code behind the httpd apache server.

2009-12-26 Thread Nick Kew
On 26 Dec 2009, at 13:04, Andrei Paul Nistor wrote: Hello all. Question: Is it any way possible to access through the httpd server resources like objects or remote procedures that run on the server in binary form and dont get disposed after each call of the resources? Sure. You can