OTRS - Customer access

Moderator: crythias

Post Reply
Justin
Znuny newbie
Posts: 7
Joined: 24 Apr 2012, 15:12
Znuny Version: 3.0.10
Real Name: Justin
Company: IBS

OTRS - Customer access

Post by Justin »

In OTRS helpdesk installation, is there any limit on the number of customers who can access ? We want access for around 2000 customers. Will OTRS permit that ?
jojo
Znuny guru
Posts: 15019
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: OTRS - Customer access

Post by jojo »

there is no limit, just the number of concurrent users will increase the demand on hardware
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Justin
Znuny newbie
Posts: 7
Joined: 24 Apr 2012, 15:12
Znuny Version: 3.0.10
Real Name: Justin
Company: IBS

Re: OTRS - Customer access

Post by Justin »

Thanks Jojo :)
dylan650
Znuny newbie
Posts: 29
Joined: 18 May 2012, 19:48
Znuny Version: 3.1.2

Re: OTRS - Customer access

Post by dylan650 »

That's not true... look at your apache limit. You should see something like this.

ServerLimit 256
MaxClients 256

Also, check your database connection limits too.
jojo
Znuny guru
Posts: 15019
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: OTRS - Customer access

Post by jojo »

Hy Dylan,

this ist not an OTRS limit!

For shure you need to adjust Apache, Database and Hardware
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Justin
Znuny newbie
Posts: 7
Joined: 24 Apr 2012, 15:12
Znuny Version: 3.0.10
Real Name: Justin
Company: IBS

Re: OTRS - Customer access

Post by Justin »

Hii..

Thanks all, for the input... I wanted to know whether there is any limit on the number of customers from OTRS side.

Regards,
Justin
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: OTRS - Customer access

Post by crythias »

Justin,

There is no practical limitation on the number of customers you may have represented in OTRS. Any limitation will not be OTRS, but hardware, disk space, etc. If you have a number in mind (thousands? hundreds of thousands?), then you'll likely want to talk about system specifications to appropriately handle that load.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
dylan650
Znuny newbie
Posts: 29
Joined: 18 May 2012, 19:48
Znuny Version: 3.1.2

Re: OTRS - Customer access

Post by dylan650 »

ok, what i meant to say was... otrs is limited by the number of connections you can make to your web server and your database server but to say that there is no limit is misleading.
jojo
Znuny guru
Posts: 15019
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: OTRS - Customer access

Post by jojo »

well "there is no limit" was the correct answer to the question as the user was asking for OTRS limits. That a lot of connections will perhaps need some special configuration on underlining hard- and software is true for all kind of software.
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
dylan650
Znuny newbie
Posts: 29
Joined: 18 May 2012, 19:48
Znuny Version: 3.1.2

Re: OTRS - Customer access

Post by dylan650 »

what is OTRS? It's a bunch of perl scripts, is it not? so, if you want to get technical, then... technically, you can't connect to OTRS and so the answer would be 0.

When you connect, you're making an http call to apache, who runs the perl CGI, which then makes a call to a back end databases. So, again, its misleading.

So, just to make my point clear, have you ever tried shutting down the database? How many connections can you now make to OTRS?
Post Reply