Re: Front End Examples

From: Jayadevan M <maymala(dot)jayadevan(at)gmail(dot)com>
To: "carlosinfl (dot)" <carlos(dot)mennens(at)gmail(dot)com>
Cc: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Front End Examples
Date: 2013-09-06 04:09:17
Message-ID: CAFS1N4iDTsxh10Rx=GYBm0TjwF0q4x51oks_Pm-eL-aBr7z+_Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Link - how to do it -
http://jmeter.apache.org/usermanual/build-db-test-plan.html

On Fri, Sep 6, 2013 at 9:36 AM, Jayadevan M <maymala(dot)jayadevan(at)gmail(dot)com>wrote:

> Hi,
> If all you want to do is mimic multiple connections interacting with your
> database (inserting/selecting/updating), have a look at jmeter. It has an
> SQL option. You can specify how many connections you want to simulate, for
> what duration etc.
> This will be directly interacting with the database, So if you also wanted
> to consider the web/app server latency, the direct SQL approach may not
> work.
> Regards,
> Jayadevan
>
>
> On Fri, Sep 6, 2013 at 12:29 AM, carlosinfl . <carlos(dot)mennens(at)gmail(dot)com>wrote:
>
>> Are there any PHP or front end examples of code I can use to populate
>> data into my PostgreSQL 9.2 database server? I know PHP is very common
>> and simple but I've never coded and web language before and I really
>> am trying to see how my database handles multiple connections and
>> populate it with bogus values...
>>
>> Thanks for any info and or recommendations...
>>
>> --
>> Carlos Mennens
>>
>>
>> --
>> Sent via pgsql-novice mailing list (pgsql-novice(at)postgresql(dot)org)
>> To make changes to your subscription:
>> http://www.postgresql.org/mailpref/pgsql-novice
>>
>
>

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Beena Emerson 2013-09-06 05:56:52 Understanding Encoding
Previous Message Jayadevan M 2013-09-06 04:06:40 Re: Front End Examples