[Vortex] About PHP BEEP client to communicate a server building with vortex

Francis Brosnan Blazquez francis at aspl.es
Mon Aug 20 15:17:06 CEST 2012


> Hello. All.

Hi Scott,

>     I am going to start a new project, whose server side will be built
> with vortex. And it needs a web site front end. My prefer web language
> is php but I googled a lot but it doesn't seems a php beep implement
> there. I found a Java BEEP one.  

Ok,

>      So my question does anyone know a php beep implementation 

No, at least, a public one...

> Or maybe is there an easy way to code a raw php socket but using a
> BEEP/vortex compatible protocol so can let php and our vortex server
> talk?

I'm not sure this is an easy way, since you'll have to write and
maintain all the code required by a BEEP client. 

Maybe you could try wrapping the vortex API with php so you only have to
bridge those functions used by your app (not the entire API). 

This is something done by some closed source projects and it works.

We've also saw people identifying the invocations or "commands" required
to interact with their server, so they have written a python command
line client (with PyVortex) that implements them. Now, that client is
called by php as a system call capturing the output. This also works,
its easy to maintain and debug....

...another way, but maybe it isn't an option for you, is to write the
application directly with python (but I recommend using mod wsgi).

Hope this helps!

> Thanks
> Regards
> Scott
> _______________________________________________
> Vortex mailing list
> Vortex at lists.aspl.es
> http://lists.aspl.es/cgi-bin/mailman/listinfo/vortex

-- 
Francis Brosnan Blázquez <francis.brosnan at aspl.es>
ASPL
91 134 14 22 - 91 134 14 45 - 91 116 07 57

AVISO LEGAL

Este mensaje se dirige exclusivamente a su destinatario. Los datos
incluidos en el presente correo son confidenciales y sometidos a secreto
profesional, se prohíbe divulgarlos, en virtud de las leyes vigentes. Si
usted no lo es y lo ha recibido por error o tiene conocimiento del mismo
por cualquier motivo, le rogamos que nos lo comunique por este medio y
proceda a destruirlo o borrarlo.

En virtud de lo dispuesto en la Ley Orgánica 15/1999, de 13 de
diciembre, de Protección de Datos de Carácter Personal, le informamos de
que sus datos de carácter personal, recogidos de fuentes accesibles al
público o datos que usted nos ha facilitado previamente, proceden de
bases de datos propiedad de Advanced Software Production Line, S.L.
(ASPL). No obstante, usted puede ejercitar sus derechos de acceso,
rectificación, cancelación y oposición dispuestos en la mencionada Ley
Orgánica, notificándolo por escrito a:
ASPL - Protección Datos, C/Antonio Suárez 10 A-102, 28802, Alcalá de
Henares (Madrid).



More information about the Vortex mailing list