Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: perlBB project

by davidrw (Prior)
on Jan 16, 2007 at 18:57 UTC ( [id://594956]=note: print w/replies, xml ) Need Help??


in reply to perlBB project

for the lazy :) http://sourceforge.net/projects/perlbb/
(to OP: the Project->WebSite link of http://perlbb.sourceforge.net/ doesn't work)

If the only requirement is "no separate database application needed", why not SQLite or BerkeleyDB or something indexable? How will you provide the desired scalability with just XML files?

You may want to strongly consider supporting multiple databases .. if use DBI (DBD::AnyData supports XML), and don't do anything db-specific in your SQL, it will simply be a matter of letting the user specifiy a different DSN in the config -- it might appeal to users to be able to use their existing postgres/oracle/mySQL/SQLServer/whatever database.

Going DBI (as opposed to creating your own stuff that wraps a XML parser/writer module) will also let you, if you choose, leverage an abstract layer like Class::DBI or DBIx::Class or others.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://594956]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (2)
As of 2024-04-26 02:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found