![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Has anyone developed an MV database-independent library for PHP that works with at least U2 and OpenQM? --dawn |
#3
| |||
| |||
|
#4
| |||
| |||
|
#5
| |||
| |||
|
|
It might be interesting to hear from John Lombardo on this. |

#6
| |||
| |||
|
|
I believe John has a real job these days, in a non-MV environment. He probably doesn't visit CDP much anymore. |
#7
| ||||||
| ||||||
|
|
"dawn" <dawnwolthuis (AT) gmail (DOT) com> wrote in message news:1131983909.737204.32750 (AT) f14g2000cwb (DOT) googlegroups.com... Has anyone developed an MV database-independent library for PHP that works with at least U2 and OpenQM? --dawn Fishing for sharks can be painful. <g |
|
I guess the biggest question I have is, how do you want the library interfaced? |
|
I could put together a couple of simple HTML or XML based modules through MVWWW and deploy it later this week on QM,U2,D3,etc if you wanted. I doubt that's what you had in mind though. |
|
With the vast variety of interfacing options, it's going to be hard to build a "universal remote" for PHP unless you build it through a couple of levels. If you want speed, then multiple levels is not an option. |
|
My first choice with direct integration would be to build a monolithic C module that has a separate driver service. The drivers would have to either be IPC connected daemons/services or shared libs/dll. My choice there would be IPC since it would be easy to load more than one driver service and access them all, randomly, from the same client. An added, and quite important, benefit is the load splitting that will occur among the interface module and the services. A shared object will be loaded and run in the same user heap as the module, while a driver service can be run in its own user space and potentially on its own processor. I'll stop rambling senselessly now. |
|
Glen -- Posted via NewsDemon.com - Premium Uncensored Newsgroup Service ------->>>>>>http://www.NewsDemon.com<<<<<<------ Unlimited Access, Anonymous Accounts, Uncensored Broadband Access |
#8
| |||
| |||
|
|
michael (AT) preece (DOT) net wrote: It might be interesting to hear from John Lombardo on this. Mike, please correct me if I'm wrong but I think you're referring to this Perl code that John posted to CDP, not PHP: http://tinyurl.com/dv9lf Jumping in because I believe John has a real job these days, in a non-MV environment. He probably doesn't visit CDP much anymore. Could be wrong... ![]() T |
#9
| |||
| |||
|
|
FC is, was, and is likely to remain, an excellent way to connect web-severs to Pick. Just a shame it's not free - as it once was - and that the plans to roll out versions across all MV flavours have been shelved. |
|
Mike. PS. I hope you don't feel left out by the above Tony. You seem to me to be really good at getting the best out of existing tools. I'm assuming John and Doug are better at writing code to build tools. I'm not confident in this belief though - you've proved yourself to be very clever. |

![]() |
| Thread Tools | |
| Display Modes | |
| |