I recently bought a plug computer (http://www.plugcomputer.org/)

I plan on using it to replace my fileserver and webserver.  I'm not
too sure that I want to run MySQL on this thing.  I want to know if it
is okay to run sqlite in a non-devlopment environment (meaning more
than one user might be on it at the same time).

I know sqlite works fine in development when there is just one user.
Will it continue to work if there are several users since sqlite is
not client / server?

The most people that will ever be on the site at a single time would
be 3.  This is just a small site for a group of us that go tailgating
college football games.  We post pictures, comments, and can see whats
on the menu for upcoming games.  Nothing big.

I'm just curious if django depends on a client / server DB for
handling multiple sessions, updates, inserts etc.  What would happen
in those cases?  Would it break or would queries be handled
sequentially?

Thanks,
~Eric
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to