Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 10 of 12 total
Thread DSL.
Tue, Apr 4 2006 1:15 PMPermanent Link

Abdulaziz Jasser
I am trying to connect my application to the server using a DSL with no sucsess.  Has anybody tried to run a
DBISAM application in C/S mode over a DSL line?
Tue, Apr 4 2006 1:33 PMPermanent Link

"Julio C. Saucedo Montenegro"

> I am trying to connect my application to the server using a DSL with no sucsess.  Has anybody tried to run a
> DBISAM application in C/S mode over a DSL line?

If you are using a router or firewall, you must have opened the port
used by your application (Port on the session component).
Regards

Tue, Apr 4 2006 8:09 PMPermanent Link

Oliver Bock
Abdulaziz Jasser wrote:
> I am trying to connect my application to the server using a DSL with no sucsess.  Has anybody tried to run a
> DBISAM application in C/S mode over a DSL line?

We've tested our application over DSL via a VPN.  It works, but is
unusably slow.  This is the fault of DBISAM, we haven't taken the time
to find out where the problems are and move such work to the server.

You do need to be aware that the high latency will make any
database-using loops running on the client very slow.  People on this
newsgroup have also reported problems with some reporting tools.


  Oliver
Wed, Apr 5 2006 12:56 AMPermanent Link

Jason Lee
I think Oliver means ..."this *isn't* the fault of DBISAM"...

We are using DBISAM apps over DSL and it works great when the apps are
architected for lower bandwidth rather than LANs.

When I say "architected" I mean:

Use RemoteReadsize property when traversing datasets
Use server side procedures and events where possible to do tasks
Avoid lookups and master-detail relationships where possible
Use multi-threading to perform background tasks
Use higher compression levels
Turn off encryption if not needed
As with any DBISAM app, optimize indices

~Jason Lee



Oliver Bock wrote:
> Abdulaziz Jasser wrote:
>
>> I am trying to connect my application to the server using a DSL with
>> no sucsess.  Has anybody tried to run a DBISAM application in C/S mode
>> over a DSL line?
>
>
> We've tested our application over DSL via a VPN.  It works, but is
> unusably slow.  This is the fault of DBISAM, we haven't taken the time
> to find out where the problems are and move such work to the server.
>
> You do need to be aware that the high latency will make any
> database-using loops running on the client very slow.  People on this
> newsgroup have also reported problems with some reporting tools.
>
>
>   Oliver
Wed, Apr 5 2006 1:11 AMPermanent Link

Abdulaziz Jasser
Julio,

I am using a DSL modem that has a built-in router and have no firewall.  How to open this port?  Could you give me some details?
Wed, Apr 5 2006 3:31 AMPermanent Link

Stuart Kelly
>
> We've tested our application over DSL via a VPN.  It works, but is
> unusably slow.  This is the fault of DBISAM, we haven't taken the time
> to find out where the problems are and move such work to the server.
>

We use DBISAM over VPN without problems.  I guess it depends on what
type of application you are using.

Which version of DBISAM are you using?

--
Stuart Kelly
mode software
Wed, Apr 5 2006 3:37 AMPermanent Link

Abdulaziz Jasser
DBISAM 3.30 and the same application works fine on a dialup connection.
Wed, Apr 5 2006 5:09 AMPermanent Link

"Adam H."
Hi Abdulaziz,

> I am using a DSL modem that has a built-in router and have no firewall.
How to open this port?  Could you give me some details?

You'll need to read up on NAT, and port forwarding. The steps will be
different for each type of modem, but in short, what you need to do is Port
Forward the DBISam server port from the 'outside world' to the computer that
you're hosting the server on.

The manual should have more information on NAT and Port Forwarding, which
should help you.

Cheers

Adam.

Wed, Apr 5 2006 9:25 AMPermanent Link

Stuart Kelly
Abdulaziz Jasser wrote:
> Julio,
>
> I am using a DSL modem that has a built-in router and have no firewall.  How to open this port?  Could you give me some details?
>

What make and model of modem/router is it?

Also if your using Windows XP check that the DBISAM server has an
exception in the firewall for port 12005 and 12006 if you require
administrator facilities.

Kind Regards,

--
Stuart Kelly
mode software
Wed, Apr 5 2006 12:12 PMPermanent Link

Abdulaziz Jasser
>What make and model of modem/router is it?

>Also if your using Windows XP check that the DBISAM server has an
>exception in the firewall for port 12005 and 12006 if you require
>administrator facilities.

>Kind Regards,

--
>Stuart Kelly
>mode software

Hi Stuart ,

The firewall is off.
Page 1 of 2Next Page »
Jump to Page:  1 2
Image