Create an Account
username: password:
 
  MemeStreams Logo

Damn PHP!

search

Acidus
Picture of Acidus
My Blog
My Profile
My Audience
My Sources
Send Me a Message

sponsored links

Acidus's topics
Arts
Business
Games
Health and Wellness
Home and Garden
Miscellaneous
Current Events
Recreation
Local Information
Science
Society
Sports
Technology

support us

Get MemeStreams Stuff!


 
Damn PHP!
Topic: Miscellaneous 11:03 am EDT, Apr 30, 2009

I'm building an web app. Its need to be highly portable, very self contained, and no non-standard dependencies. I need "install is just copy the single file." Given a random Internet (not intranet) web server I have the highly likelihood of having a PHP interpreter.

So I picked PHP.

But my God ASP.NET has me spoiled! I would kill for an $_APPLICATON right now. I have an app where I need to persist data across page views and share it with all users. Sessions aren't going to work. I thought about forced Session Fixation so all visitors are using the same session and so in effect I have a shared global persistent data store. Nope. Not gonna work.

Share memory? Out, not supported on IIS+PHP. Using a database? Out, not part of a standard PHP install on some Linux installations and no IIS installations.

I'm down to using a temp file and serializing a hash table.

GRRRRRRRRRRRRRRRRRRRRRRRRRRRR!



 
 
Powered By Industrial Memetics
RSS2.0