A Typical HTTP Problem
Vivek (vivekb@versaware.com)
Thu, 23 Mar 2000 17:17:03 +0530
This is a multi-part message in MIME format.
------=_NextPart_000_00AB_01BF94EB.9B466310
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi All,
My basic idea is to port an access db to a mysql db.
I have written a VC++ client which sends an http request to a java =
servelet
which accepts the request and sends it to a mysql db.
I am reading all the records from a table in my access db and pumping =
each
record as a string to the servelet.
Now if i have 112 records in the table, the servelet gets only 56 =
requests
and only 56 records get into the mysql database.
The Java Web Server - jrun needs apache on linux.. so basically jrun =
sits on
apache which processes the http requests .
(jrun is required to run servelets on linux).
looks like an http timeout prob or somethin , but not able to figure out =
the
prob.
Still wondering if the problem is with HTTP/Apache/ Java Servelet / JRun =
or my
client.
Could i please have some help on this coz this is really urgent.
Thanks in advance,
Vivek.
Versaware Inc.
vivekb@versaware.com
------=_NextPart_000_00AB_01BF94EB.9B466310
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Hi All,
My basic idea is to port =
an access=20
db to a mysql db.
I have written a VC++ client which sends an =
http=20
request to a java servelet
which accepts the request and sends =
it to a=20
mysql db.
I am reading all the records from a table in my access =
db and=20
pumping each
record as a string to the servelet.
Now if i have =
112=20
records in the table, the servelet gets only 56 requests
and only 56 =
records=20
get into the mysql database.
The Java Web Server - jrun needs =
apache on=20
linux.. so basically jrun sits on
apache which processes the http =
requests=20
.
(jrun is required to run servelets on linux).
looks like an =
http=20
timeout prob or somethin , but not able to figure out =
the
prob.
Still=20
wondering if the problem is with HTTP/Apache/ Java Servelet / JRun or=20
my
client.
Could i please have some help on this coz this is =
really=20
urgent.
Thanks in advance,
------=_NextPart_000_00AB_01BF94EB.9B466310--