How to write multiuser application?

B

Bhavin Patel

I have perl, postgresql application.
How can i write application the concurrently access the database
without currepting data.

Plesase help me i am in trouble.
 
J

Jim Gibson

I have perl, postgresql application.
How can i write application the concurrently access the database
without currepting data.

Plesase help me i am in trouble.

Postgres, like all modern database management systems, allows
concurrent access to the data it manages. Write another application
that uses Postgres, and you should be able to access the data with
impunity from any number of instances of your program.

Please post general perl questions to comp.lang.perl.misc in the
future, as this newsgroup is defunct.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top