In case you need the PHP interface code, forward an email off-list.
As said before, it's quite simple.

Am 30.05.2006 um 01:13 schrieb Deane Venske:

That's pretty much where I want to use it. I don't think anything comes close to PHP's string manipulation in raw speed. It has many other very handy uses. If I do ever get around to getting this working, I will let you know. But I'll most likely only do it for Windows.

Thanks,
Deane

On Tue, 30 May 2006 08:56:54 +1000, Stefan Pantke <[EMAIL PROTECTED]> wrote:


No. But we use PHP as an embedded language for a client-side
OS X CMS (CM-X). Basically because PHP is so common and very
simple to interface: Prepare a text file, pass it along to PHP and
read back the result. Not very elegant, but general enough for
our use case.

Am 30.05.2006 um 00:20 schrieb Deane Venske:

I was actually thinking along these lines a while back. Has anyone thought of writing an interface for php5.dll in RB? Pretty much exposing all PHP functionality inside of RB?

Another option would be a CGI for Apache written in RB.

Am 29.05.2006 um 01:33 schrieb Deane Venske:

Hi Keith,

I'm not having problems at all, everything works just fine. The issue is the speed of the establishment of comms. Stephen has at least confirmed it's not me and is a known problem, so I'm going to worry too much over it. If it becomes a concern for my clients down the track I may just need to write my service in C++.

Thanks,
Deane

Hi Deane,
I use the ServerSockets without problems. Any chance you're using a local instance of the ServerSocket and it's going out of scope at the end of your
method?

Keith DeLong

Hey Guys,

Am I completely missing something? I've tested a basic server socket, receives a connection, sends a tiny response and closes down. Taking like 120ms(0.12s) all up. VB, winsock control looking at like 14ms (0.014s) to do the same thing. Is this something that I'm not going to be able to improve using RB's standard sockets? I'm doing the bare minimum (4 lines of code) to get the RB side going. That may be my problem, I just don't
know enough.

Thanks,
Deane Venske

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to